IMap.FontColor

Syntax

FontColor: IGxColor;

Description

The FontColor property determines map font color.

Example

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:

IMap