Gets or Sets the width of the Ticks.
Type: Double
Namespace: Visifire.Gauges
Assembly:
|
Silverlight: |
SLVisifire.Gauges (in SLVisifire.Gauges.dll) |
|
WPF: |
WPFVisifire.Gauges (in WPFVisifire.Gauges.dll) |
This attribute applies to:
Syntax:
<vg:Gauge.CircularScales>
<vg:CircularScale>
<vg:CircularScale.MajorTicks>
<vg:MajorTicks TickWidth="0.2"/>
</vg:CircularScale.MajorTicks>
</vg:CircularScale>
</vg:Gauge.CircularScales>
Below is the gauge after setting TickWidth property in MajorTicks.
Remarks:
Value ranges from 0 - 1.
If DefaultTemplate is set to CircularGaugeBasic or LinearGaugeBasic or Thermometer, default value for MajorTicks and MinorTicks is 0.05, otherwise it is 0.03.