Class ItemAlign
Specifies the options for aligning the Toolbar items.
Inheritance
System.Object
ItemAlign
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ItemAlign : Enum
Fields
Center
Center - To align commands at the center of the Toolbar.
Declaration
public const ItemAlign Center
Field Value
Type | Description |
---|---|
ItemAlign |
Left
Left - To align commands to the left side of the Toolbar.
Declaration
public const ItemAlign Left
Field Value
Type | Description |
---|---|
ItemAlign |
Right
Right - To align commands to the right side of the Toolbar.
Declaration
public const ItemAlign Right
Field Value
Type | Description |
---|---|
ItemAlign |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |