Class TabJustification
Specifies the tab justification.
Inheritance
System.Object
TabJustification
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class TabJustification : Enum
Fields
Bar
Bar aligned.
Declaration
public const TabJustification Bar
Field Value
Type |
---|
TabJustification |
Center
Center aligned.
Declaration
public const TabJustification Center
Field Value
Type |
---|
TabJustification |
Decimal
Decimal aligned.
Declaration
public const TabJustification Decimal
Field Value
Type |
---|
TabJustification |
Left
Left aligned.
Declaration
public const TabJustification Left
Field Value
Type |
---|
TabJustification |
List
List aligned.
Declaration
public const TabJustification List
Field Value
Type |
---|
TabJustification |
Right
Right aligned.
Declaration
public const TabJustification Right
Field Value
Type |
---|
TabJustification |