CullMode Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Defines winding orders that may be used to identify back faces for culling.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in Microsoft.Xna.Framework.Graphics.dll)
Syntax
'Declaration
Public Enumeration CullMode
public enum CullMode
Members
| Member name | Description | |
|---|---|---|
| None | Do not cull back faces. | |
| CullClockwiseFace | Cull back faces with clockwise vertices. | |
| CullCounterClockwiseFace | Cull back faces with counterclockwise vertices. |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.