Shape

Gets or Sets the shape of Ticks.

 

Type: Shapes

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 Shape="Diamond"/>

      </vg:CircularScale.MajorTicks>

</vg:CircularScale>

</vg:Gauge.CircularScales>

 

Below is the gauge after setting Shape property in MajorTicks.

 

 

Remarks:

  1. Default value is Line.