Skip to content

WrapOrientation

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Specifies the primary layout direction for a .

csharp
public enum WrapOrientation

Fields

Horizontal

Children flow left-to-right and wrap to the next row when the width is exceeded.

Returns: WrapOrientation

csharp
Horizontal = 0

Vertical

Children flow top-to-bottom and wrap to the next column when the height is exceeded.

Returns: WrapOrientation

csharp
Vertical = 1

Released under the MIT License.