Class TableAlignment
Specifies the table alignment.
Inheritance
System.Object
TableAlignment
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class TableAlignment : Enum
Fields
Center
Aligns the table to the center.
Declaration
public const TableAlignment Center
Field Value
Type |
---|
TableAlignment |
Left
Aligns the table to the left.
Declaration
public const TableAlignment Left
Field Value
Type |
---|
TableAlignment |
Right
Aligns the table to the right.
Declaration
public const TableAlignment Right
Field Value
Type |
---|
TableAlignment |