This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGridLabel2 Interface > IGridLabel2.LabelOffset Property (ArcObjects .NET 10.4 SDK) |
The offset of the grid label from the border in points.
[Visual Basic .NET] Public Property LabelOffset As Double
[C#] public double LabelOffset {get; set;}
[C++]
HRESULT get_LabelOffset(
double* offsetPoints
);
[C++]
HRESULT put_LabelOffset(
double offsetPoints
);
[C++]
Parameters offsetPoints [out, retval] offsetPoints is a parameter of type double offsetPoints [in] offsetPoints is a parameter of type double