ImageGear .NET - Updated October 2, 2018
SelectionBackColor Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : SelectionBackColor Property
Gets or sets default background color for selected items.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
<DescriptionAttribute("Background color used for the Title of selected Thumbnail item.")>
<CategoryAttribute("Items")>
Public Property SelectionBackColor As Color
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.SelectionBackColor = value
 
value = instance.SelectionBackColor

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members