RenderSettingsTraitsBackFacesEnabled Property
|
Property that indicates whether back faces
should be rendered.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract bool BackFacesEnabled { get; set; }
Public MustOverride Property BackFacesEnabled As Boolean
Get
Set
public:
virtual property bool BackFacesEnabled {
bool get () abstract;
void set (bool value) abstract;
}
abstract BackFacesEnabled : bool with get, set
Property Value
Boolean
See Also