This documentation is for the old version. Go to the latest Graphics Mill docs

MouseEventArgs.Clicks Property

Gets the number of times the mouse button was pressed and released.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property Clicks As Integer
C#
public int Clicks { get; }

Property Value

The number of times the mouse button was pressed and released.

See Also

Reference