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


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

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(
  IFontDisp** Font
);
[C++]
HRESULT put_SecondaryFont(
  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.

Description

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

See Also

IMixedFontGridLabel Interface