MindFusion.Charting for Silverlight Programmer's Guide
GaugeMouseEventArgs Constructor (Control, Point, Double)
See Also
 






Initializes a new instance of the GaugeMouseEventArgs class.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public GaugeMouseEventArgs (
    Control element,
    Point position,
    double value
)

Visual Basic  Copy Code

Public New ( _
    element As Control, _
    position As Point, _
    value As Double _
)

 Parameters

element

The clicked gauge element, if any.

position

The position of the mouse relative to the clicked element.

value

The gauge value corresponding to the clicked point.

 See Also

GaugeMouseEventArgs Class
MindFusion.Gauges.Silverlight Namespace