CompositionBackfaceVisibility
CompositionBackfaceVisibility
CompositionBackfaceVisibility
CompositionBackfaceVisibility
Enum
Definition
Specifies whether the back face of a visual is visible during a 3D transform.
public : enum class CompositionBackfaceVisibilitypublic enum CompositionBackfaceVisibilityPublic Enum CompositionBackfaceVisibility// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Fields
| Hidden Hidden Hidden Hidden | The back face should not be visible during a 3D transform. |
| Inherit Inherit Inherit Inherit | Inherit the back face visibility value. |
| Visible Visible Visible Visible | The back face should be visible during a 3D transform. |