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