IdxRichEditTextBox.MarginLeft Property
In This Article
Specifies the margin (in the parent document’s measurement units) between the content of the text box and its floating shape‘s left border.
#Declaration
Delphi
property MarginLeft: Single read; write;
#Property Value
Type |
---|
Single |
#Remarks
Use the MarginBottom, MarginLeft, MarginRight, and MarginTop properties to shrink or expand the margins between the corresponding boundaries of the floating shape and its text box content:
The default value of the MarginLeft property is 30.
See Also