ExtrudableLineGraphicsWireframe Property  | 
 
            Gets or sets a parameter indicating whether the extrusion should be drawn as wireframe.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsParameter<bool> Wireframe { get; set; }Public Property Wireframe As GraphicsParameter(Of Boolean)
	Get
	Set
public:
property GraphicsParameter<bool>^ Wireframe {
	GraphicsParameter<bool>^ get ();
	void set (GraphicsParameter<bool>^ value);
}member Wireframe : GraphicsParameter<bool> with get, set
Property Value
Type: 
GraphicsParameterBoolean
See Also