Return the mouse cursor that a SizeThumb should use based on the rotation of the node.

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 Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Visual Basic (Declaration)
Public Function Convert ( _
	value As Object, _
	targetType As Type, _
	parameter As Object, _
	culture As CultureInfo _
) As Object

Parameters

value
Type: System..::.Object
The rotation of the node.
targetType
Type: System..::.Type
The type of the binding target property.
parameter
Type: System..::.Object
The mouse cursor that the SizeThumb uses if the rotation is 0.
culture
Type: System.Globalization..::.CultureInfo
The culture to use in the conversion.

Return Value

The mouse cursor that the SizeThumb should use.

Implements

IValueConverter..::.Convert(Object, Type, Object, CultureInfo)

See Also