Horizontal alignment options that position a table within its containing rectangle.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Editing
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum TableHorizontalAlignment
Fields
Center the table horizontally within its container.
C#
Center = 2
Align the table to the left edge of its container.
C#
Left = 0
Align the table to the right edge of its container.
C#
Right = 1