Gets 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 CubeFace GetFace(
	DependencyObject element
)
Visual Basic
Public Shared Function GetFace ( _
	element As DependencyObject _
) As CubeFace

Parameters

element
Type: System.Windows..::..DependencyObject
The element from which to read the attached property.

Return Value

The value of the Face property.

See Also