LineColor Property
LineColor
Gets or sets the color of the underline.
Declaration
public Color LineColor { get; set; }
Public Property LineColor As Color
Property Value
Type |
Description |
Color |
A Color value that represents the underline color.
The default is System.Drawing.Color.Red.
|