Skip to main content
A newer version of this page is available. .

ICursorService.SetCursorPosition(Point, FrameworkElement) Method

Specifies a cursor’s position.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.1.dll

Declaration

bool SetCursorPosition(
    Point relativePosition,
    FrameworkElement relativeTo
)

Parameters

Name Type Description
relativePosition Point

A Point structure.

relativeTo FrameworkElement

A FrameworkElement object.

Returns

Type Description
Boolean

true to set the cursor position; otherwise false.

See Also