ArcObjects Library Reference (Display)  

ITextMargins.RightMargin Property

Value for the right margin.

[Visual Basic .NET]
Public Property RightMargin As Double
[C#]
public double RightMargin {get; set;}
[C++]
HRESULT get_RightMargin(
  double* RightMargin
);
[C++]
HRESULT put_RightMargin(
  double RightMargin
);
[C++]

Parameters

RightMargin [out, retval]   RightMargin is a parameter of type double RightMargin [in]   RightMargin is a parameter of type double

Product Availability

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

Description

RightMargin specifies the distance between the text and the right edge of the callout.

See Also

ITextMargins Interface