Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditShape.RelativeHorizontalPosition Property

Specifies the type of the document item that serves as the floating shape’s base horizontal position.

#Declaration

Delphi
property RelativeHorizontalPosition: TdxRichEditShapeRelativeHorizontalPosition read; write;

#Property Value

Type
TdxRichEditShapeRelativeHorizontalPosition

#Remarks

Use this property in addition to the HorizontalAlignment property and the Offset.X field to position the floating picture or text box horizontally within the parent document. Refer to the TdxRichEditShapeRelativeHorizontalPosition type description for details.

The default RelativeHorizontalPosition property value is TdxRichEditShapeRelativeHorizontalPosition.Page.

See Also