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