This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextMargins Interface > ITextMargins.RightMargin Property (ArcObjects .NET 10.4 SDK) |
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
RightMargin specifies the distance between the text and the right edge of the callout.