TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1PolygonIcon Class / IsClosed Property

In This Topic
    IsClosed Property (C1PolygonIcon)
    In This Topic
    Gets or sets whether the last point will connect with the first one.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property IsClosed As Boolean
    [DefaultValue(true)]
    public bool IsClosed {get; set;}
    See Also