ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFreeLine Class / IsClosed Property




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

    Property Value

    Boolean value.
    See Also