The font color for the specified symbol number.
[Visual Basic .NET] Public Function get_FontColor ( _ ByVal SymbolNumber As Integer _ ) As IColor
[Visual Basic .NET] Public Sub set_FontColor ( _ ByVal SymbolNumber As Integer, _ ByVal Color As IColor _ )
[C#] public IColor get_FontColor ( int SymbolNumber );
[C#] public void set_FontColor ( int SymbolNumber, IColor Color );
[C++]
HRESULT get_FontColor(
long SymbolNumber,
IColor** Color
);
[C++]
HRESULT putref_FontColor(
long SymbolNumber,
IColor* Color
);
[C++]Parameters
SymbolNumber [in] SymbolNumber is a parameter of type long Color [out, retval]Color is a parameter of type IColor
SymbolNumber [in] SymbolNumber is a parameter of type long Color [in]Color is a parameter of type IColor
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.