HoverBackColor Property
Summary
Gets or sets the CSS background color for the thumbnail, to be used when the mouse hovers over it.
Syntax
[NotifyParentPropertyAttribute(true)]
public Color HoverBackColor { get; set; }
Public Property HoverBackColor As Color
public:
property Color HoverBackColor {
Color get();
void set ( Color );
}
Property Value
The background color to use for the thumbnail when the mouse hovers over it.