FrameworkElementExtensions.GetCursor(FrameworkElement) 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.
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.