[]
Gets or sets the color of the single line border.
[Browsable(true)]
public Color SingleBorderColor { get; set; }
<Browsable(True)>
Public Property SingleBorderColor As Color
Type | Description |
---|---|
Color | A Color value that indicates the color of the single line border.
|
The color only takes effect when BorderStyle is FixedSingle.
Type | Condition |
---|---|
ArgumentException | The value is not valid. |