Class AutoLayoutSettings
Inheritance
AutoLayoutSettings
Properties
alignItems
Declaration
get alignItems(): AutoLayoutAlignItems;
set alignItems(value: AutoLayoutAlignItems);
Property Value
anchorPoint
Declaration
get anchorPoint(): AutoLayoutAnchorPoint;
set anchorPoint(value: AutoLayoutAnchorPoint);
Property Value
justifyContent
Declaration
get justifyContent(): AutoLayoutJustifyContent;
set justifyContent(value: AutoLayoutJustifyContent);
Property Value
margin
Declaration
get margin(): number;
set margin(value: number);
Property Value
orientation
Declaration
get orientation(): AutoLayoutOrientation;
set orientation(value: AutoLayoutOrientation);
Property Value
type
Declaration
Property Value
type
Declaration
Property Value
Methods
clone()
Declaration
clone(): AutoLayoutSettings;
Returns
equals(other)
Declaration
equals(other: AutoLayoutSettings): boolean;
Parameters
Returns
getSimplifiedObject()
Declaration
getSimplifiedObject(): Object;
Returns