This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextMargins Interface > ITextMargins.TopMargin Property (ArcObjects .NET 10.4 SDK) |
Value for the top margin.
[Visual Basic .NET] Public Property TopMargin As Double
[C#] public double TopMargin {get; set;}
[C++]
HRESULT get_TopMargin(
double* TopMargin
);
[C++]
HRESULT put_TopMargin(
double TopMargin
);
[C++]
Parameters TopMargin [out, retval] TopMargin is a parameter of type double TopMargin [in] TopMargin is a parameter of type double
TopMargin specifies the distance between the text and the top edge of the callout.