Click or drag to resize

CustomCursorSetResourceKey Method

Sets the value of the ResourceKey attached property

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 void SetResourceKey(
	DependencyObject obj,
	string value
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property
value
Type: SystemString
The new value to set
See Also