Skip to main content

ShapeRelativeHorizontalPosition Enum

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.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.

#Passed To

You can pass ShapeRelativeHorizontalPosition values to the Shape.RelativeHorizontalPosition property.

See Also