ComponentOne Basic Library for WPF and Silverlight
IsClosed Property


C1.WPF Namespace > C1PolygonIcon Class : IsClosed Property
Gets whether the last point will connect with the first one.
Syntax
'Declaration
 
Public Property IsClosed As System.Boolean
'Usage
 
Dim instance As C1PolygonIcon
Dim value As System.Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
public System.bool IsClosed {get; set;}
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members