Class TableAlignment
Specifies the table alignment.
Inheritance
System.Object
TableAlignment
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class TableAlignment : Enum
Fields
Center
Center-aligned.
Declaration
public const TableAlignment Center
Field Value
Type |
---|
TableAlignment |
Left
Left-aligned.
Declaration
public const TableAlignment Left
Field Value
Type |
---|
TableAlignment |
Right
Right-aligned.
Declaration
public const TableAlignment Right
Field Value
Type |
---|
TableAlignment |