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

DiagramCustomCursorEventArgs.Cursor Property

Gets or sets a custom cursor.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

A Cursor object that is the custom cursor.

See Also