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


IMgrsGrid.GridSquareLabelFont Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMgrsGrid Interface > IMgrsGrid.GridSquareLabelFont Property
ArcGIS Developer Help

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(
  IFontDisp** Font
);
[C++]
HRESULT put_GridSquareLabelFont(
  IFontDisp* Font
);
[C++]
Parameters
Font [out, retval]

Font is a parameter of type IFontDisp** Font [in]
Font is a parameter of type IFontDisp*

Product Availability

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

See Also

IMgrsGrid Interface