Enum ItemAlign
Specifies the alignment of the Toolbar items.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ItemAlign
Fields
| Name | Description |
|---|---|
| Center | Aligns the commands at the center of the Toolbar. |
| Left | Aligns the commands to the left side of the Toolbar. |
| Right | Aligns the commands to the right side of the Toolbar. |