Skip to main content
A newer version of this page is available. .

ShapeRelativeHorizontalPosition Enum

Specifies to what the horizontal position of a shape is relative.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public enum ShapeRelativeHorizontalPosition

Members

Name Description
Page

Relative to page.

Character

Relative to character.

Column

Relative to column.

Margin

Relative to margin.

LeftMargin

Relative to left margin.

RightMargin

Relative to right margin.

InsideMargin

Not in use.

OutsideMargin

Not in use.

Related API Members

The following properties accept/return ShapeRelativeHorizontalPosition values:

See Also