Gets 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 CursorAction GetCurrent(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetCurrent ( _
	obj As DependencyObject _
) As CursorAction

Parameters

obj
Type: System.Windows..::.DependencyObject
The object from which the property value is read.

Return Value

The object's Current property value.

See Also