Gets or Sets the length of MarkerIndicator.
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:MarkerIndicator IndicatorLength="0.2"/>
</vc:Gauge.Indicators>
</vg:Gauge>
Below is the gauge after setting IndicatorLength property in MarkerIndicator.
Remarks:
Value ranges from 0 - 1.
In MarkerIndicator, the default IndicatorLength is set to NaN. In this case, it will be calculated automatically depending upon the ScaleThickness.
In StateIndicator, the default IndicatorLength is set to 0.06.