Back to Devexpress

IdxRichEditShape.Offset Property

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

latest1.8 KB
Original Source

IdxRichEditShape.Offset Property

Specifies the floating shape’s position offset (in the parent document’s measurement units) from a base document position.

Declaration

delphi
property Offset: TdxPointF read; write;

Property Value

Type
TdxPointF

Remarks

Use the Offset.X and Offset.Y fields to specify the absolute offsets from the horizontal and vertical document items that are the closest to the floating shape’s anchor position in the parent document.

The horizontal or vertical absolute offset affects the floating shape only if it uses the absolute horizontal or vertical position mode, respectively:

See Also

IdxRichEditShape Interface

IdxRichEditShape Members

dxRichEdit.NativeApi Unit