Click or drag to resize

ImportedImageVisualMaterial Property

Property Value

Type: MeshMaterialProperty
The material for an imported image is the image itself plus an overriding color. This color is also used for the back face background color.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public MeshMaterialProperty Material { get; set; }

Property Value

Type: MeshMaterialProperty
See Also