Class ToolbarOrientation
Specifies the orientation of the RadToolbar control.
Inheritance
System.Object
ToolbarOrientation
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ToolbarOrientation : Enum
Fields
Horizontal
The toolbar is oriented horizontally.
Declaration
public const ToolbarOrientation Horizontal
Field Value
ToolbarOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The toolbar is oriented vertically.
Declaration
public const ToolbarOrientation Vertical
Field Value
ToolbarOrientation
|