This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMixedFontGridLabel2 Interface > IMixedFontGridLabel2.SecondaryColor Property (ArcObjects .NET 10.5 SDK) |
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