Skip to content

LayoutAxis

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

The axis along which content is laid out.

csharp
public enum LayoutAxis

Fields

Horizontal

Content is laid out horizontally (HStack direction).

Returns: LayoutAxis

csharp
Horizontal = 0

Vertical

Content is laid out vertically (VStack direction).

Returns: LayoutAxis

csharp
Vertical = 1

Released under the MIT License.