This document is archived and information here might be outdated.  Recommended version.


ITextMargins.LeftMargin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextMargins Interface > ITextMargins.LeftMargin Property
ArcGIS Developer Help

ITextMargins.LeftMargin Property

Value for the left margin.

[Visual Basic .NET]
Public Property LeftMargin As Double
[C#]
public double LeftMargin {get; set;}
[C++]
HRESULT get_LeftMargin(
  System.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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

LeftMargin specifies the distance between the text and the left edge of the callout.

See Also

ITextMargins Interface