Gets or sets a brush that describes the border background of a control.
Syntax
'Declaration
Public Property BorderBrush As Brush
public Brush BorderBrush {get; set;}
Property Value
The brush that is used to fill the control's border; the default is
System.Windows.Media.Brushes.Transparent.
See Also