Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / HoverColor Property
Example


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

    Property Value

    Color object containing the background color
    Example
    This example shows the properties of the tag cloud cell type.
    See Also