Click or drag to resize
DigitalRunePlatformHelperDefaultCursor Property
Gets the default cursor (System.Windows.Forms.Form).

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Object DefaultCursor { get; }

Property Value

Type: Object
The default cursor (System.Windows.Forms.Cursors.Arrow) or if System.Windows.Forms is not available on the target platform.
See Also