Gets or Sets the color for the border of an element.
Type: Brush
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauge.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauges.dll) |
This attribute applies to:
Syntax:
<vg:Gauge BorderBrush="Red">
</vg:Gauge>
Below is the gauge after setting BorderBrush property in Gauge.
Remarks:
Any Brush derived from the System.Windows.Media::Brush can be applied to this attribute.
BorderBrush property cannot be null if set from XAML.