Back to Devexpress

IdxRichEditShape.RelativeVerticalPosition Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditshape-9a0c0b84.md

latest1.3 KB
Original Source

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

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit