Gets / Sets the Fill Color to use when rendering the interior of each shape

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

Syntax

Visual Basic (Declaration)
Public Property FillColor As Color
C#
public Color FillColor { get; set; }
Visual C++
public:
property Color FillColor {
	Color get ();
	void set (Color value);
}

See Also