Click or drag to resize

MouseDraggedEventArgsButton Property

Gets or sets the button that is pressed during the move.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public MouseButton Button { get; set; }

Property Value

Type: MouseButton
The button that is pressed during the move.

Implements

IMouseDraggedEventArgsButton
See Also