ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / ItemMouseEventArgs Class / Location Property

In This Topic
    Location Property (ItemMouseEventArgs)
    In This Topic
    Gets the location of the mouse during the generating mouse event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As System.Drawing.Point
    public System.Drawing.Point Location {get;}
    See Also