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


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

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