Smoothly rotates the cube so that the face an item is in faces forward.

Namespace:  C1.WPF.Legacy
Assembly:  C1.WPF.Legacy (in C1.WPF.Legacy.dll)

Syntax

C#
public void ShowItem(
	Object item
)
Visual Basic
Public Sub ShowItem ( _
	item As Object _
)

Parameters

item
Type: System..::..Object
The item whose face will be facing forward.

See Also