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


IMixedFontGridLabel.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 > IMixedFontGridLabel Interface > IMixedFontGridLabel.SecondaryColor Property
ArcGIS Developer Help

IMixedFontGridLabel.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.

Description

SecondaryColor is the color of the digits that are not in the first group.

See Also

IMixedFontGridLabel Interface