FontColor: IGxColor;
The FontColor property determines map font color.
The example requires the Map object of the IMap type.
Sub FontColor;
Var
Map : IMap;
Begin
Map.FontColor := New GxColor.CreateARGB(255,0,0,255);
End Sub FontColor;
After executing the example the map font color is changed to blue.
See also: