ArcObjects Library Reference (Carto)  

IPrincipalDigitsGridLabel.SmallLabelFont Property

The font for the small label.

[Visual Basic .NET]
Public Property SmallLabelFont As stdole.IFontDisp
[C#]
public stdole.IFontDisp SmallLabelFont {get; set;}
[C++]
HRESULT get_SmallLabelFont(
  IFontDisp** Font
);
[C++]
HRESULT put_SmallLabelFont(
  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

IPrincipalDigitsGridLabel Interface