Gets a value indicating whether the left mouse button is pressed.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public bool LeftButtonDown { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property LeftButtonDown As Boolean |
true if the left mouse button is pressed; otherwise, false.
See Also