ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / PointerCap Property

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

    Property Value

    The pointer.
    See Also