ImageGear for .NET
HighlightBackColor Property (ImGearThumbnailCtl)




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

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback