HoverBackColor Property

Summary

Gets or sets the CSS background color for the thumbnail, to be used when the mouse hovers over it.

Syntax
C#
VB
C++
[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.

Example

Refer to WebThumbnailViewer.Add

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly