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

Shape.RelativeHorizontalPosition Property

Gets or sets an item to what the horizontal position of a shape is relative.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

ShapeRelativeHorizontalPosition RelativeHorizontalPosition { get; set; }

Property Value

Type Description
ShapeRelativeHorizontalPosition

A ShapeRelativeHorizontalPosition enumeration member.

Available values:

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.

Remarks

Use the Shape.HorizontalAlignment property to specify alignment of a shape relative to the item specified by the RelativeHorizontalPosition value. If the horizontal alignment is set to ShapeHorizontalAlignment.None, use the Shape.Offset property to specify the absolute position of a shape relative to the item specified by the RelativeHorizontalPosition value.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RelativeHorizontalPosition property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also