Gets or Sets the end width of BarIndicator or Range.
Type: Double
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauge.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauge.dll) |
This attribute applies to:
Syntax:
<vg:Gauge...>
<vc:Gauge.Indicators>
<vg:BarIndicator EndWidth="0"/>
</vc:Gauge.Indicators>
</vg:Gauge>
Below is the gauge after setting EndWidth property in BarIndicator.
Remarks:
Value ranges from 0 - 1.
If EndWidth property is not set in BarIndicator, it will be same as ScaleThickness.
Default value of EndWidth in Range is 0.1.