Enum FillMode
Determines the fill mode to use when rendering triangles.
[DataContract]
public enum FillMode
Fields
Solid = 3
Fill the triangles formed by the vertices. Adjacent vertices are not drawn.
Wireframe = 2
Draw lines connecting the vertices. Adjacent vertices are not drawn.
Remarks
This enumeration is part of a rasterizer-state object description (see RasterizerStateDescription).