IdxRichEditTextBox.SetMarginRight(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 right border.
Declaration
procedure SetMarginRight(const Value: Single);
Parameters
| Name | Type |
|---|---|
| Value | Single |
Remarks
This procedure is the MarginRight property’s setter.
See Also