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


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

IMixedFontGridLabel2.SecondaryColor Property

The color of the second group of digits.

[Visual Basic .NET]
Public Property SecondaryColor As IColor
[C#]
public IColor SecondaryColor {get; set;}
[C++]
HRESULT get_SecondaryColor(
  IColor** Color
);
[C++]
HRESULT put_SecondaryColor(
  IColor* Color
);
[C++]
Parameters
Color [out, retval]

Color is a parameter of type IColor** Color [in]
Color is a parameter of type IColor*

Product Availability

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

See Also

IMixedFontGridLabel2 Interface