Sets the value of the Face attached property for the specified element.

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

Syntax

C#
public static void SetFace(
	DependencyObject element,
	CubeFace value
)
Visual Basic
Public Shared Sub SetFace ( _
	element As DependencyObject, _
	value As CubeFace _
)

Parameters

element
Type: System.Windows..::..DependencyObject
The element to write the attached property to.
value
Type: C1.WPF.Legacy..::..CubeFace
The property value to set.

See Also