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