ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.ART Namespace / ImGearARTPresentationState Class / IsSelected Property




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

    Property Value

    Boolean value.
    See Also