ICursorService.SetCursorPosition(Point, FrameworkElement) Method
Specifies a cursor’s position.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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