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


IMgrsGrid.GridSquareLabelStyle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMgrsGrid.GridSquareLabelStyle Property

The style used to display the grid square labels.

[Visual Basic .NET]
Public Property GridSquareLabelStyle As esriGridSquareLabelStyleEnum
[C#]
public esriGridSquareLabelStyleEnum GridSquareLabelStyle {get; set;}
[C++]
HRESULT get_GridSquareLabelStyle(
  esriGridSquareLabelStyleEnum* Style
);
[C++]
HRESULT put_GridSquareLabelStyle(
  esriGridSquareLabelStyleEnum Style
);
[C++]

Parameters Style [out, retval]
Style is a parameter of type esriGridSquareLabelStyleEnum Style [in]
Style is a parameter of type esriGridSquareLabelStyleEnum

Product Availability

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

See Also

IMgrsGrid Interface