Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1PolygonIcon Class / IsClosed Property


In This Topic
    IsClosed Property
    In This Topic
    Gets whether the last point will connect with the first one.
    Syntax
    'Declaration
     
    
    Public Property IsClosed As Boolean
    'Usage
     
    
    Dim instance As C1PolygonIcon
    Dim value As Boolean
     
    instance.IsClosed = value
     
    value = instance.IsClosed
    public bool IsClosed {get; set;}
    See Also