ImageGear .NET - Updated May 30, 2018
HighlightForeColor Property (ImGearThumbnailCtl)




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

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members