ImageGear for .NET
IsClosed Property (IImGearARTPolyline)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback