Enum TabJustification
Specifies the tab justification.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum TabJustification
Fields
| Name | Description |
|---|---|
| Bar | Bar aligned. |
| Center | Center aligned. |
| Decimal | Decimal aligned. |
| Left | Left aligned. |
| List | List aligned. |
| Right | Right aligned. |