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