ComponentOne Gauges for WPF and Silverlight
About C1Gauges / Using C1RadialGauge / C1RadialGauge Pointer and PointerCap
In This Topic
    C1RadialGauge Pointer and PointerCap
    In This Topic

    The C1RadialGauge control includes a pointer which indicates the selected C1Gauge.Value of the control. The pointer consists of the actual C1Gauge.Pointer element and the C1RadialGauge.PointerCap element:

     

     

    The C1RadialGauge.PointerOrigin property sets the location of the pointer; you can customize the location of the pointer by setting this property – for example the point (0, 0) is the top-left corner of the control and the point (0.5, 0.5) is the center of the control. The C1RadialGaugePointer.Location property sets the relative location of the C1Gauge.Pointer element.

    The C1Gauge.Pointer element appears by default as a brown tapering element, but you can customize the appearance of the Pointer element by setting several properties, including the C1Gauge.PointerFillC1Gauge.PointerLengthC1Gauge.PointerOffsetC1Gauge.PointerStrokeC1Gauge.PointerStrokeThicknessC1Gauge.PointerStyleC1Gauge.PointerVisibility, and C1Gauge.PointerWidth properties.

    The C1RadialGauge.PointerCap element appears by default as a gray circle, but you can customize the appearance of the PointerCap element by setting several properties, including the PointerCapC1RadialGauge.PointerCapFillC1RadialGauge.PointerCapStrokeC1RadialGauge.PointerCapStrokeThickness, and C1RadialGauge.PointerCapStyle properties. You can also edit the C1RadialGauge.PointerCapSize template. For more information, see the Templates topic.