Mouse Class

Definition

Helper class for easily changing the mouseover cursor type.

public class Mouse
type Mouse = class
Public Class Mouse
Inheritance
Mouse

Constructors

Mouse()

Fields

CursorProperty

Dependency property for specifying the target Windows.UI.Core.CoreCursorType to be shown over the target Windows.UI.Xaml.FrameworkElement.

Attached Properties

Cursor

Methods

GetCursor(FrameworkElement)

Get the current Windows.UI.Core.CoreCursorType.

SetCursor(FrameworkElement, CoreCursorType)

Set the target Windows.UI.Core.CoreCursorType.

Applies to