Smoothly rotates the cube so that a face faces forward.

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

Syntax

C#
public void ShowFace(
	CubeFace face
)
Visual Basic
Public Sub ShowFace ( _
	face As CubeFace _
)

Parameters

face
Type: C1.WPF.Legacy..::..CubeFace
The face that will be facing forward.

See Also