This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarginProperties Interface > IMarginProperties.Margin Property (ArcObjects .NET 10.5 SDK) |
Value for the margin.
[Visual Basic .NET] Public Property Margin As Double
[C#] public double Margin {get; set;}
[C++]
HRESULT get_Margin(
double* Margin
);
[C++]
HRESULT put_Margin(
double Margin
);
[C++]
Parameters Margin [out, retval] Margin is a parameter of type double Margin [in] Margin is a parameter of type double