Back to Devexpress

TableRelativeVerticalPosition Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-8649b579.md

latest1.3 KB
Original Source

TableRelativeVerticalPosition Enum

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TableRelativeVerticalPosition
vb
Public Enum TableRelativeVerticalPosition

Members

NameDescription
Margin

The table position is relative to a margin.

| | Page |

The table position is relative to a page.

| | Paragraph |

The table position is relative to a paragraph.

|

The following properties accept/return TableRelativeVerticalPosition values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace