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

PreviewCustomCursors.HandDragCursor Property

Returns a custom ‘hand drag’ cursor.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v21.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public static CustomCursor HandDragCursor { get; }

Property Value

Type Description
CustomCursor

A CustomCursor object.

See Also