WrapOrientation
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Specifies the primary layout direction for a .
csharp
public enum WrapOrientationFields
Horizontal
Children flow left-to-right and wrap to the next row when the width is exceeded.
Returns: WrapOrientation
csharp
Horizontal = 0Vertical
Children flow top-to-bottom and wrap to the next column when the height is exceeded.
Returns: WrapOrientation
csharp
Vertical = 1