UIHVLayout¶
UIHVLayout is the base class of all UI layout elements.
Inherits UIField
Properties¶
ChildAlignment : TextAnchor¶
Specifies the alignment of the child.
ChildControlHeight : boolean¶
Specifies the height of the child control.
ChildControlWidth : boolean¶
Specifies the width of the child control.
ChildForceExpandHeight : boolean¶
Specifies whether the should expand to the height of the parent.
ChildForceExpandWidth : boolean¶
Specifies whether the child should expand to fill the width of the parent.
ChildScaleHeight : boolean¶
Specifies the height of the child.
ChildScaleWidth : boolean¶
Specifies the width of the child.
PaddingBottom : number¶
Specifies the bottom padding of the UIHVLayout.
PaddingLeft : number¶
Specifies the left padding of a UIHVLayout.
PaddingRight : number¶
Specifies the right padding of the UIHVLayout.
PaddingTop : number¶
Specifies the top padding of the UIHVLayout.
ReverseAlignment : boolean¶
Specifies if the alignment is reversed.
Spacing : number¶
Specifies the spacing between child.