Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ThemeColor Class / Hyperlink Property


In This Topic
    Hyperlink Property (ThemeColor)
    In This Topic
    Gets or sets the hyperlink color.
    Syntax
    'Declaration
     
    Public Property Hyperlink As Color
    'Usage
     
    Dim instance As ThemeColor
    Dim value As Color
     
    instance.Hyperlink = value
     
    value = instance.Hyperlink
    public Color Hyperlink {get; set;}

    Property Value

    The color of the hyperlink.
    See Also