ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / PointerCap Property

In This Topic
    PointerCap Property (C1RadialGauge)
    In This Topic
    Gets the element used as PointerCap of the C1RadialGauge.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerCap As UIElement
    public UIElement PointerCap {get;}

    Property Value

    The pointer.
    See Also