Gets or Sets the start 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 StartWidth="0"/>
</vc:Gauge.Indicators>
</vg:Gauge>
Below is the gauge after setting StartWidth property in BarIndicator.
Remarks:
Value ranges from 0 - 1.
If StartWidth property is not set in BarIndicator, it will be same as ScaleThickness.
Default value of StartWidth in Range is 0.1.