Back to Devexpress

TablePropertiesBase.TableAlignment Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablepropertiesbase-7bdf15b6.md

latest1.7 KB
Original Source

TablePropertiesBase.TableAlignment Property

Gets or sets the Table.TableAlignment table property.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableRowAlignment? TableAlignment { get; set; }
vb
Property TableAlignment As TableRowAlignment?

Property Value

TypeDescription
Nullable<TableRowAlignment>

A TableRowAlignment enumeration value or null , if not set.

|

Available values:

NameDescription
Both

Justified.

| | Center |

Align center.

| | Distribute |

Distribute all characters equally.

| | Left |

Align left.

| | NumTab |

Align to the list tab.

| | Right |

Align right.

|

See Also

TablePropertiesBase Interface

TablePropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace