IdxRichEditShape.MarginBottom Property
Specifies the bottom margin (in the parent document’s measurement units) between the floating shape’s bounding rectangle and the parent document’s text.
Declaration
property MarginBottom: Single read; write;
Property Value
Type |
---|
Single |
Remarks
Use this property to expand or shrink the gap between the floating shape’s bottom border and the text that wraps around the shape in its parent document:
The floating shape overlaps the parent document’s text if the MarginBottom property is set to a negative value. The shape overlaps the text completely if the sum of the MarginBottom and Size.cy property values is equal to or less than zero.
Note
The MarginBottom and MarginTop property values have no effect if the TextWrapping property is set to TdxRichEditTextWrappingType.BehindText or TdxRichEditTextWrappingType.InFrontOfText.
The default MarginBottom property value is 0.