Class ToolbarOrientation
Represents the toolbar orientation.
Inheritance
System.Object
ToolbarOrientation
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public sealed class ToolbarOrientation : Enum
Fields
Horizontal
Arranges the toolbar items horizontally.
Declaration
public const ToolbarOrientation Horizontal
Field Value
Type |
---|
ToolbarOrientation |
Vertical
Arranges the toolbar items vertically.
Declaration
public const ToolbarOrientation Vertical
Field Value
Type |
---|
ToolbarOrientation |