Class ToolbarOrientation
Specifies the orientation of the Rad
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
value__
Declaration
public int value__
Field Value
System.
|
Vertical
The toolbar is oriented vertically.
Declaration
public const ToolbarOrientation Vertical