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

IsClosed Property (AnnPolygonObject)






Gets or sets a value indicating whether this is a closed AnnPolygonObject. This is a dependency property. .NET support Silverlight support
Syntax
public bool IsClosed {get; set;}
'Declaration
 
Public Property IsClosed As Boolean
'Usage
 
Dim instance As AnnPolygonObject
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
public bool IsClosed {get; set;}
 get_IsClosed();
set_IsClosed(value);
public:
property bool IsClosed {
   bool get();
   void set (    bool value);
}

Property Value

true if this is a closed AnnPolygonObject; false otherwise.
Remarks
If the value of this property is true, the polygon will draw an extra line from the last point in the AnnPolylineObject.Points collection back to the first point.
Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnPolygonObject.

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

AnnPolygonObject Class
AnnPolygonObject Members

 

 


Products | Support | Contact Us | Copyright Notices

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