ArcObjects Library Reference (Carto)  

IMixedFontGridLabel.SecondaryFont Property

The font used for the second group of digits.

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

Description

SecondaryFont is the font of the digits that are not in the first group.

See Also

IMixedFontGridLabel Interface