Class ToolbarItemAlignment
Represents the toolbar item alignment.
Inheritance
System.Object
ToolbarItemAlignment
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public sealed class ToolbarItemAlignment : Enum
Fields
Center
Align the toolbar items to the center.
Declaration
public const ToolbarItemAlignment Center
Field Value
Type |
---|
ToolbarItemAlignment |
End
Align the toolbar items to the end.
Declaration
public const ToolbarItemAlignment End
Field Value
Type |
---|
ToolbarItemAlignment |
Start
Align the toolbar items to the start.
Declaration
public const ToolbarItemAlignment Start
Field Value
Type |
---|
ToolbarItemAlignment |