|
enum | Direction { Vertical
, Horizontal
} |
|
enum | FlexMode { AutoSize
, Proportional
} |
|
enum | HorizontalAlignment { Stretch
, Left
, Center
, Right
} |
|
enum | Visibility { Visible
, Hidden
, Collapsed
} |
|
enum | NudgeDirection { Up
, Down
, Left
, Right
} |
|
enum | ClippingMode { Inherit
, Clip
, DoNotClip
} |
|
enum | TextAlignment { Left
, Center
, Right
} |
|
enum | VerticalAlignment { Stretch
, Top
, Middle
, Bottom
} |
|