VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualTool Class / MouseClickCount Property
Syntax Requirements SeeAlso
In This Topic
MouseClickCount Property (WpfVisualTool)
In This Topic
Gets the count of mouse clicks in series of clicks.
Syntax
'Declaration

Protected ReadOnly Property MouseClickCount As System.Int32

protected System.Int32 MouseClickCount { get; }

Property Value

Value of this property is incremented if delay between previous mouse click and current mouse click is less or equal to MouseClicksDelta.
Value of this property is set to 1 if delay between previous mouse click and current mouse click is more than MouseClicksDelta.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also