ImageGear .NET - Updated
IsClosed Property (ImGearARTPolyline)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPolyline Class : IsClosed Property
Gets or sets a value indicating whether the polyline is closed.
Syntax
'Declaration
 
Public Property IsClosed As Boolean
'Usage
 
Dim instance As ImGearARTPolyline
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
public bool IsClosed {get; set;}
public: __property bool get_IsClosed();
public: __property void set_IsClosed( 
   bool value
);
public:
property bool IsClosed {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is false.
See Also

Reference

ImGearARTPolyline Class
ImGearARTPolyline Members