Back to Devexpress

IdxRichEditShape.RelativeHorizontalPosition Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditshape-fab97bbc.md

latest1.4 KB
Original Source

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

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit