ICursorService.SetCursor(FrameworkElement, CustomCursor) Method
Specifies a custom cursor for an element.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | FrameworkElement | A FrameworkElement object. |
| customCursor | CustomCursor | A CustomCursor object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also