ArcObjects Library Reference (Display)  

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(
  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