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.RelativeVerticalPosition Property

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

#Declaration

Delphi
property RelativeVerticalPosition: TdxRichEditShapeRelativeVerticalPosition read; write;

#Property Value

Type
TdxRichEditShapeRelativeVerticalPosition

#Remarks

Use this property in addition to the VerticalAlignment property and the Offset.Y field to position the floating picture or text box vertically within the parent document. Refer to the TdxRichEditShapeRelativeVerticalPosition type description for details.

The default RelativeVerticalPosition property value is TdxRichEditShapeRelativeVerticalPosition.Page.

See Also