NUnitForms Class Library

MouseController.Position Property

Gets or sets the mouse position.

[Visual Basic]
Public Property Position As PointF
[C#]
public System.Drawing.PointF Position {get; set;}

Property Value

A PointF representing the mouse position in the PositionUnit space.

Remarks

Position is the position of the mouse, relative to the control under test and specified in position units.

See Also

MouseController Class | NUnit.Extensions.Forms Namespace