ImageGear .NET v24.12 - Updated
Selected Property (ImGearThumbnailItem)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class : Selected Property
Gets or sets a value indicating whether the item is selected.
Syntax
'Declaration
 
Public Property Selected As Boolean
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
public bool Selected {get; set;}
public: __property bool get_Selected();
public: __property void set_Selected( 
   bool value
);
public:
property bool Selected {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
Default value is false.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members