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