IdxRichEditTextBox.GetMarginBottom Method
In This Article
Returns the margin (in the parent document’s measurement units) between the content of the text box and its floating shape‘s bottom border.
#Declaration
Delphi
function GetMarginBottom: Single;
#Returns
Type |
---|
Single |
#Remarks
Call this function to identify the distance between the content and the floating text box’s bottom border.
The GetMarginBottom function is the MarginBottom property’s getter.
See Also