Spread Windows Forms 12.0 Product Documentation
LinkColor Property (FpHyperlink)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpHyperlink Class : LinkColor Property
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;}

Property Value

Color object containing the color of the link
Remarks
For the color of a visited link, refer to the VisitedLinkColor property.
See Also

Reference

FpHyperlink Class
FpHyperlink Members