IdxRichEditShape.RelativeHorizontalPosition Property
Specifies the type of the document item that serves as the floating shape’s base horizontal position.
Declaration
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