Version

BorderColor Property (BaseChildControl)

Gets or sets the border color of the control.
Syntax
'Declaration
 
Public Overrides Property BorderColor As Color
public override Color BorderColor {get; set;}

Property Value

A System.Drawing.Color that represents the border color of the control. The default is Color.Empty, which indicates that this property is not set.
Remarks

Use the BorderColor property to specify the border color of the control. This property is set using a System.Drawing.Color object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also