Click or drag to resize

CustomCursor Class

An attach property that can assign a cursor to a FrameworkElement
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.InteractivityCustomCursor

Namespace:  Cauldron.XAML.Interactivity
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class CustomCursor

The CustomCursor type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetResourceKey
Gets the value of ResourceKey
Public methodStatic memberSetResourceKey
Sets the value of the ResourceKey attached property
Top
Fields
  NameDescription
Public fieldStatic memberResourceKeyProperty
Identifies the ResourceKey dependency property
Top
Attached Properties
  NameDescription
Public attached propertyResourceKey
Identifies the ResourceKey dependency property
Top
See Also