Mouse.SetCursor(FrameworkElement, CoreCursorType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.