Orientation Property
Gets or sets the axis along which items are laid out.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Orientation Orientation { get; set; }
Public Property Orientation As Orientation
Get
Set
member Orientation : Orientation with get, set
Property Value
Orientation
One of the enumeration values that specifies the axis along which items are laid out. The default is Vertical.