Back to Devexpress

TableRelativeHorizontalPosition Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-3ba52ac4.md

latest1.3 KB
Original Source

TableRelativeHorizontalPosition Enum

Lists values used to specify elements to which the table horizontal position is relative.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TableRelativeHorizontalPosition
vb
Public Enum TableRelativeHorizontalPosition

Members

NameDescription
Margin

The table is positioned relative to page margins.

| | Page |

The table position is relative to a page.

| | Column |

The table position is relative to a column.

|

The following properties accept/return TableRelativeHorizontalPosition values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace