Gets whether or not the mouse pointer is within the bounds of the chart canvas.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsMouseOver { get; private set; }
Visual Basic
Public Property IsMouseOver As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsMouseOver {
	bool get ();
	private: void set (bool value);
}

See Also