LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

IsClosed Property (IAnnPolygon)






Gets or sets a value indicating whether this polygon is a closed shape. .NET support Silverlight support
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
bool IsClosed {get; set;}
get_IsClosed();
set_IsClosed(value);
property bool IsClosed {
   bool get();
   void set (    bool value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnPolygon Interface
IAnnPolygon Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.