ComponentOne Xamarin.iOS
IsClosed Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1PolygonIcon Class : IsClosed Property
Gets whether the last point will connect with the first one.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsClosed")>
<BrowsableAttribute(True)>
Public Property IsClosed As Boolean
'Usage
 
Dim instance As C1PolygonIcon
Dim value As Boolean
 
instance.IsClosed = value
 
value = instance.IsClosed
[Foundation.Export("IsClosed")]
[Browsable(true)]
public bool IsClosed {get; set;}
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members