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

ItemDragEventArgs.MouseButton Property

Gets the mouse button that was clicked during the drag operation.

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

Syntax

Visual Basic
Public ReadOnly Property MouseButton As MouseButtons
C#
public MouseButtons MouseButton { get; }

Property Value

MouseButtons value that specifies the mouse button that was clicked during the drag operation.

See Also

Reference