FrameworkElementExtensions.GetCursor(FrameworkElement) Method

Definition

Get the current Windows.UI.Core.CoreCursorType.

public static Windows.UI.Core.CoreCursorType GetCursor (Windows.UI.Xaml.FrameworkElement element);
static member GetCursor : Windows.UI.Xaml.FrameworkElement -> Windows.UI.Core.CoreCursorType
Public Function GetCursor (element As FrameworkElement) As CoreCursorType

Parameters

element
Windows.UI.Xaml.FrameworkElement

Object where the selector cursor type should be shown.

Returns

Windows.UI.Core.CoreCursorType

Cursor type set on target element.

Applies to