Drawable.Wireframe Property
Gets or sets a flag indicating that meshes in 3D should be drawn as wireframes.
Syntax
public System.Boolean Wireframe { get; set; }
Property Value
Default: false
True if meshes should be drawn as wireframes, False if they should be drawn normally.
Remarks
If this property is True, then all polygons and meshes are drawn as wireframe models. If this property is False, then all meshes are drawn as filled surfaces. Use this to debug presentations.
![]() |
The property has no effect in 2D.
Platforms
Windows, Linux, Android