Gets / Sets the color used to draw the outline of each shape.

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

Syntax

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

See Also