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


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

    Property Value

    The color of the followed hyperlink.
    See Also