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


ITextMargins.RightMargin 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.RightMargin Property
ArcGIS Developer Help

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