Description
Gets or sets whether the primitive is rendered in wireframe. This is useful for debugging.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Wireframe() As Boolean
|
[C#] |
---|
public bool Wireframe {get; set;}
|
[Managed C++] |
---|
public: __property bool get_Wireframe(); public: __property void set_Wireframe(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Wireframe(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Wireframe(
VARIANT_BOOL Wireframe
);
|
[Java] |
---|
public bool getWireframe();
public void setWireframe(
bool
);
|
See Also