ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDrawingState Class / IsSelected Property




In This Topic
    IsSelected Property (ImGearARTDrawingState)
    In This Topic
    Gets or sets a value indicating whether the current mark is selected.
    Syntax
    'Declaration
     
    Public Property IsSelected As Boolean
    'Usage
     
    Dim instance As ImGearARTDrawingState
    Dim value As Boolean
     
    instance.IsSelected = value
     
    value = instance.IsSelected
    public bool IsSelected {get; set;}
    public: __property bool get_IsSelected();
    public: __property void set_IsSelected( 
       bool value
    );
    public:
    property bool IsSelected {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also