UIHVLayout
Inherits from UIField
UIHVLayout is the base class of all UI layout elements.
Summary
Properties
ChildAlignment:TextAnchorChildControlHeight:boolChildControlWidth:boolChildForceExpandHeight:boolChildForceExpandWidth:boolChildScaleHeight:boolChildScaleWidth:boolPaddingBottom:intPaddingLeft:intPaddingRight:intPaddingTop:intReverseAlignment:boolSpacing:float
Properties
ChildAlignment
UIHVLayout.ChildAlignment: TextAnchor
Specifies the alignment of the child.
ChildControlHeight
UIHVLayout.ChildControlHeight: bool
Specifies the height of the child control.
ChildControlWidth
UIHVLayout.ChildControlWidth: bool
Specifies the width of the child control.
ChildForceExpandHeight
UIHVLayout.ChildForceExpandHeight: bool
Specifies whether the should expand to the height of the parent.
ChildForceExpandWidth
UIHVLayout.ChildForceExpandWidth: bool
Specifies whether the child should expand to fill the width of the parent.
ChildScaleHeight
UIHVLayout.ChildScaleHeight: bool
Specifies the height of the child.
ChildScaleWidth
UIHVLayout.ChildScaleWidth: bool
Specifies the width of the child.
PaddingBottom
UIHVLayout.PaddingBottom: int
Specifies the bottom padding of the UIHVLayout.
PaddingLeft
UIHVLayout.PaddingLeft: int
Specifies the left padding of a UIHVLayout.
PaddingRight
UIHVLayout.PaddingRight: int
Specifies the right padding of the UIHVLayout.
PaddingTop
UIHVLayout.PaddingTop: int
Specifies the top padding of the UIHVLayout.
ReverseAlignment
UIHVLayout.ReverseAlignment: bool
Specifies if the alignment is reversed.
Spacing
UIHVLayout.Spacing: float
Specifies the spacing between child.