Class ItemAlign
Specifies the alignment of the Toolbar items.
Inheritance
System.Object
ItemAlign
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ItemAlign : Enum
Fields
Center
Aligns the commands at the center of the Toolbar.
Declaration
public const ItemAlign Center
Field Value
Type |
---|
ItemAlign |
Left
Aligns the commands to the left side of the Toolbar.
Declaration
public const ItemAlign Left
Field Value
Type |
---|
ItemAlign |
Right
Aligns the commands to the right side of the Toolbar.
Declaration
public const ItemAlign Right
Field Value
Type |
---|
ItemAlign |