This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMixedFontGridLabel2 Interface > IMixedFontGridLabel2.SecondaryFont Property (ArcObjects .NET 10.4 SDK) |
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