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