Enum CullMode
Indicates triangles facing a particular direction are not drawn.
[DataContract]
public enum CullModeFields
- Back = 3
- Do not draw triangles that are back-facing. 
- Front = 2
- Do not draw triangles that are front-facing. 
- None = 1
- Always draw all triangles. 
Remarks
This enumeration is part of a rasterizer-state object description (see RasterizerStates).