ArcObjects Library Reference (Carto)  

IMgrsGrid.GridSquareLabelFont Property

The font used to display the grid square labels.

[Visual Basic .NET]
Public Property GridSquareLabelFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp GridSquareLabelFont {get; set;}
[C++]
HRESULT get_GridSquareLabelFont(
  Font** Font
);
[C++]
HRESULT put_GridSquareLabelFont(
  Font* Font
);
[C++]

Parameters

Font [out, retval]

  Font is a parameter of type Font

Font [in]

  Font is a parameter of type Font

Product Availability

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

See Also

IMgrsGrid Interface