Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the backface visibility to be applied to a visual.
Syntax
typedef enum DCOMPOSITION_BACKFACE_VISIBILITY {
DCOMPOSITION_BACKFACE_VISIBILITY_VISIBLE = 0,
DCOMPOSITION_BACKFACE_VISIBILITY_HIDDEN = 1,
DCOMPOSITION_BACKFACE_VISIBILITY_INHERIT = 0xffffffff
} ;
Constants
DCOMPOSITION_BACKFACE_VISIBILITY_VISIBLEValue: 0 Surfaces in this visual's sub-tree are visible regardless of transformation. |
DCOMPOSITION_BACKFACE_VISIBILITY_HIDDENValue: 1 Surfaces in this visual's sub-tree are only visible when facing the observer. |
DCOMPOSITION_BACKFACE_VISIBILITY_INHERITValue: 0xffffffff The back face visibility is the same as that of the target visual's parent visual. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | dcomptypes.h |