Gets / Sets whether to fill the interior of each shape (Polygon)

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

Syntax

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

See Also