Gets / Sets the Fill Color to use when rendering the interior of selected shapes

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

Syntax

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

See Also