LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

HoverBackColor Property






Gets or sets the CSS background color for the thumbnail, to be used when the mouse hovers over it.
Syntax
public Color HoverBackColor {get; set;}
'Declaration
 
Public Property HoverBackColor As Color
'Usage
 
Dim instance As ThumbnailStyle
Dim value As Color
 
instance.HoverBackColor = value
 
value = instance.HoverBackColor
public Color HoverBackColor {get; set;}
 get_HoverBackColor();
set_HoverBackColor(value);
public:
property Color HoverBackColor {
   Color get();
   void set (    Color value);
}

Property Value

The background color to use for the thumbnail when the mouse hovers over it.
Example
Refer to WebThumbnailViewer.Add
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThumbnailStyle Class
ThumbnailStyle Members
WebThumbnailViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.