Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / HoverColor Property


In This Topic
    HoverColor Property (TagCloudRenderer)
    In This Topic
    Gets or sets the background color of the cloud item the mouse is over.
    Syntax
    'Declaration
     
    
    Public Property HoverColor As String
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value As String
     
    instance.HoverColor = value
     
    value = instance.HoverColor
    public string HoverColor {get; set;}

    Property Value

    String containing the name of the color
    See Also