ImageGear .NET - Updated
IsClosed Property (IImGearARTPolyline)




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

Property Value

Boolean value.
See Also

Reference

IImGearARTPolyline Interface
IImGearARTPolyline Members