Sets the value of the Current attached property for an object.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static void SetCurrent(
	DependencyObject obj,
	CursorAction value
)
Visual Basic (Declaration)
Public Shared Sub SetCurrent ( _
	obj As DependencyObject, _
	value As CursorAction _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The object to which the property value is written.
value
Type: Mindscape.WpfDiagramming.Foundation..::.CursorAction
The value to set.

See Also