ImageGear .NET
HighlightBackColor Property (ImGearThumbnailCtl)




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

Property Value

System.Drawing.Color value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback