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


IMixedFontGridLabel2.SecondaryFontSize Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMixedFontGridLabel2.SecondaryFontSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMixedFontGridLabel2 Interface