Spread Silverlight Documentation
Hyperlink Property (ThemeColor)


GrapeCity.Windows.SpreadSheet.Data Namespace > ThemeColor Class : Hyperlink Property
Gets or sets the hyperlink color.
Syntax
'Declaration
 
Public Property Hyperlink As System.Windows.Media.Color
'Usage
 
Dim instance As ThemeColor
Dim value As System.Windows.Media.Color
 
instance.Hyperlink = value
 
value = instance.Hyperlink
public System.Windows.Media.Color Hyperlink {get; set;}

Property Value

The color of the hyperlink.
See Also

Reference

ThemeColor Class
ThemeColor Members