Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.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
    public bool IsClosed {get; set;}
    See Also