VintaSoft Imaging .NET SDK 12.3: 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; }
    
    
    protected: __property System.Int32 get_MouseClickCount();
    
    
    
    protected:
    property System.Int32 MouseClickCount { System.Int32 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also