This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMixedFontGridLabel2 Interface > IMixedFontGridLabel2.SecondaryFontSize Property (ArcObjects .NET 10.5 SDK) |
The font used for the second group of digits.
[Visual Basic .NET] Public Property SecondaryFontSize As Double
[C#] public double SecondaryFontSize {get; set;}
[C++]
HRESULT get_SecondaryFontSize(
double* Size
);
[C++]
HRESULT put_SecondaryFontSize(
double Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type double Size [in] Size is a parameter of type double