IdxRichEditTextBox.SetMarginBottom(Single) Method
Sets the specified value (in the parent document’s measurement units) as a distance between the content of the text box and its floating shape‘s bottom border.
Declaration
procedure SetMarginBottom(const Value: Single);
Parameters
| Name | Type |
|---|---|
| Value | Single |
Remarks
This procedure is the MarginBottom property’s setter.
See Also