RenderContextBase.SetMaterialBackDiffuse (Color, Boolean) Method

Sets the material back color diffuse properties.
Public Sub SetMaterialBackDiffuse( _ 
ByVal color As Color, _ 
Optional ByVal force As Boolean = false _ 
)
This language is not supported or no code example is available.
public void SetMaterialBackDiffuse( 
Color color
bool force = false 
)
This language is not supported or no code example is available.

Parameters

color
Color

The backface color

force
bool

.NET Framework

Supported in: 4.8

In this article

Definition