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


IMixedFontGridLabel.SecondaryColor Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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

.NET Related Topics

Creating map grid labels