ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyline Interface / IsClosed Property




In This Topic
    IsClosed Property (IImGearARTPolyline)
    In This Topic
    Gets or sets a value indicating whether the polyline is closed.
    Syntax
    'Declaration
     
    Property IsClosed As Boolean
    'Usage
     
    Dim instance As IImGearARTPolyline
    Dim value As Boolean
     
    instance.IsClosed = value
     
    value = instance.IsClosed
    bool IsClosed {get; set;}
    __property bool get_IsClosed();
    __property void set_IsClosed( 
       bool value
    );
    property bool IsClosed {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also