Set PolylineClosed to True to connect the first and final points of the polyline. This will create a polygon.

If the polygon is closed it will be filled using FillColor.

Default: False

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

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

See Also