Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / LinkColor Property


In This Topic
    LinkColor Property (FpHyperlink)
    In This Topic
    Gets or sets the color of the link in the hyperlink control.
    Syntax
    'Declaration
     
    
    Public Property LinkColor As Color
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim value As Color
     
    instance.LinkColor = value
     
    value = instance.LinkColor
    public Color LinkColor {get; set;}
    See Also