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