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

IsClosed Property (AnnPolygonObject)

Show in webframe





Gets or sets a value indicating whether this is a closed AnnPolygonObject. This is a dependency property.
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:
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

See Also

Reference

AnnPolygonObject Class
AnnPolygonObject Members

 

 


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