Class CursorDisplayHandler
Represents a class for the cursor display handler
Inheritance
System.Object
CursorDisplayHandler
Namespace: Syncfusion.UI.Xaml.Controls.Extensions
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public class CursorDisplayHandler : Object
Constructors
CursorDisplayHandler()
Declaration
public CursorDisplayHandler()
Properties
DefaultCursor
Gets the Default cursor for the Windows.UI.Core.CoreCursor
Declaration
public static CoreCursor DefaultCursor { get; }
Property Value
Type |
---|
Windows.UI.Core.CoreCursor |
Methods
Attach(FrameworkElement)
Gets the focus
Declaration
public void Attach(FrameworkElement c)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.FrameworkElement | c | frame work element |
Detach()
Removes the focus
Declaration
public void Detach()