Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PolygonProps Class / Closed Property

In This Topic
    Closed Property (PolygonProps)
    In This Topic
    Gets or sets a value indicating whether the polygon is closed (i.e. the last point in the Points array is automatically connected to the first one) or not.
    Syntax
    'Declaration
     
    Public Property Closed As Boolean
    public bool Closed {get; set;}
    See Also