Gets or sets the border color of the Web control.
'宣言
Public Overridable Property BorderColor As Color
public virtual Color BorderColor {get; set;}
プロパティ値
A
System.Drawing.Color that represents the border color of the control. The default is
System.Drawing.Color.Empty, which indicates that this property is not set.