ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / PointerDragEventArgs Class / Pointer Property

In This Topic
    Pointer Property (PointerDragEventArgs)
    In This Topic
    Gets the Gauge pointer being dragged.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pointer As C1GaugePointer
    public C1GaugePointer Pointer {get;}
    See Also