LineColor Property (LineNotify)
Gets or sets the color of the underline.
public Color LineColor {get; set;}
'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.