Class CursorExtensions
Inheritance
System.Object
CursorExtensions
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class CursorExtensions : DependencyObject
Constructors
CursorExtensions()
Declaration
public CursorExtensions()
Fields
CursorProperty
Declaration
public static readonly DependencyProperty CursorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Methods
GetCursor(DependencyObject)
Declaration
public static InputSystemCursorShape GetCursor(DependencyObject obj)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
Returns
|
Microsoft.UI.Input.InputSystemCursorShape
|
SetCursor(DependencyObject, InputSystemCursorShape)
Declaration
public static void SetCursor(DependencyObject obj, InputSystemCursorShape value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
obj
|
|
Microsoft.UI.Input.InputSystemCursorShape
value
|