Skip to content

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 : int

Specifies the bottom padding of the UIHVLayout.

PaddingLeft : int

Specifies the left padding of a UIHVLayout.

PaddingRight : int

Specifies the right padding of the UIHVLayout.

PaddingTop : int

Specifies the top padding of the UIHVLayout.

ReverseAlignment : boolean

Specifies if the alignment is reversed.

Spacing : float

Specifies the spacing between child.