Skip to main content

IdxRichEditTextBox.GetMarginTop Method

Returns the margin (in the parent document’s measurement units) between the content of the text box and its floating shape‘s top border.

Declaration

function GetMarginTop: Single;

Returns

Type
Single

Remarks

Call this function to identify the distance between the content and the floating text box’s top border.

The GetMarginTop function is the MarginTop property’s getter.

See Also