ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Boolean
    public System.bool IsClosed {get; set;}
    See Also