MouseMonitorWorkingArea Property

Gets or sets the screen's working area on which to notify about mouse events.

The events fired by this MouseMonitor will be restricted to the bounds of the specified rectangle.

Definition

Namespace: DevCase.Core.IO.Devices.Input
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Rectangle WorkingArea { get; set; }

Property Value

Rectangle
The screen's working area on which to notify about mouse events.

See Also