ImageGear .NET v24.12 - Updated
IsSelected Property (ImGearARTPresentationState)




ImageGear24.Presentation Assembly > ImageGear.ART Namespace > ImGearARTPresentationState Class : IsSelected Property
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

Reference

ImGearARTPresentationState Class
ImGearARTPresentationState Members