Gets whether or not the left mouse button is down.

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

Syntax

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

See Also