Edit

Share via


Mouse.SetCursor(FrameworkElement, CoreCursorType) Method

Definition

Set the target Windows.UI.Core.CoreCursorType.

public static void SetCursor (Windows.UI.Xaml.FrameworkElement element, Windows.UI.Core.CoreCursorType value);
static member SetCursor : Windows.UI.Xaml.FrameworkElement * Windows.UI.Core.CoreCursorType -> unit
Public Shared Sub SetCursor (element As FrameworkElement, value As CoreCursorType)

Parameters

element
Windows.UI.Xaml.FrameworkElement

Object where the selector cursor type should be shown.

value
Windows.UI.Core.CoreCursorType

Target cursor type value.

Applies to