Gets / Sets the Font Color to use when rendering shape labels

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property FontColor As Color
	Get
	Set
C#
public Color FontColor { get; set; }
Visual C++
public:
property Color FontColor {
	Color get ();
	void set (Color value);
}
JavaScript
function get_fontColor();
function set_fontColor(value);

See Also