Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LineNotify Class / LineColor Property


In This Topic
LineColor Property (LineNotify)
In This Topic
Gets or sets the color of the underline.
Syntax
'Declaration
 
Public Property LineColor As Color
 
'Usage
 
Dim instance As LineNotify
Dim value As Color
 
instance.LineColor = value
 
value = instance.LineColor

Property Value

A System.Drawing.Color value that represents the underline color. The default is System.Drawing.Color.Red.
See Also