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