Control.BorderBrush Property
Silverlight
Gets or sets a brush that describes the border background of a control.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<control> <control.BorderBrush> singleBrush </control.BorderBrush> </control>
<control BorderBrush="colorString"/>
XAML Values
Property Value
Type: System.Windows.Media.BrushThe brush that is used to fill the control's border; the default is null.
Dependency property identifier field: BorderBrushProperty
This property only affects a control whose template uses the BorderBrush property as a parameter. On other controls, this property has no impact.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: