IdxRichEditTextBox.MarginBottom Property
In This Article
Specifies the margin (in the parent document’s measurement units) between the content of the text box and its floating shape‘s bottom border.
#Declaration
Delphi
property MarginBottom: Single read; write;
#Property Value
Type |
---|
Single |
#Remarks
Use the MarginBottom, MarginLeft, MarginRight, and MarginTop properties to shrink or expand the margins between the corresponding boundaries of the floating shape and its text box content:
The default value of the MarginBottom property is 15.
See Also