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

In This Topic
    NewValue Property (PointerDragEventArgs)
    In This Topic
    Gets the suggested new value for the pointer.
    Syntax
    'Declaration
     
    Public ReadOnly Property NewValue As System.Double
    public System.double NewValue {get;}
    See Also