FrameworkElement.Cursor Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the cursor image that displays while the pointer is over a FrameworkElement.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Input.CursorThe cursor image to display. The default is defined as null for code access. However, the appearance of the cursor image in UI at run time will come from a variety of factors.
Show: