LineColor Property (Line)
Gets or sets the color of the line control.
public Color LineColor {get; set;}
'Declaration
Public Property LineColor As Color
Property Value
A System.Drawing.Color value that represents the current color of the line. The default value is Color.Black.