LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsClosed Property (IAnnPolygon)

Show in webframe





Gets or sets a value indicating whether this polygon is a closed shape.
Syntax
bool IsClosed {get; set;}
'Declaration
 
Property IsClosed As Boolean
'Usage
 
Dim instance As IAnnPolygon
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed

            

            
property bool IsClosed {
   bool get();
   void set (    bool value);
}

Property Value

true if this polygon is a closed shape, otherwise; false.
Requirements

Target Platforms

See Also

Reference

IAnnPolygon Interface
IAnnPolygon Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.