ImageGear .NET - Updated March 30, 2018
SelectionForeColor Property (ImGearThumbnailCtl)




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

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members