ImageGear .NET v24.12 - Updated
HighlightBackColor Property (ImGearThumbnailCtl)




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : HighlightBackColor Property
Gets or sets the color to use as a background for the highlighted Thumbnail item.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute("Background color used for the Title of highlighted Thumbnail item.")>
<ImGearFilterAttribute("Default")>
Public Property HighlightBackColor As Color
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Color
 
instance.HighlightBackColor = value
 
value = instance.HighlightBackColor
[Category("Items")]
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[ImGearFilter("Default")]
public Color HighlightBackColor {get; set;}
[Category("Items")]
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[ImGearFilter("Default")]
public: __property Color get_HighlightBackColor();
public: __property void set_HighlightBackColor( 
   Color value
);
[Category("Items")]
[Description("Background color used for the Title of highlighted Thumbnail item.")]
[ImGearFilter("Default")]
public:
property Color HighlightBackColor {
   Color get();
   void set (    Color value);
}

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members