Share via


Printing3DBaseMaterial.Color Property

Definition

Gets or sets the color of the base material.

public:
 property Printing3DColorMaterial ^ Color { Printing3DColorMaterial ^ get(); void set(Printing3DColorMaterial ^ value); };
Printing3DColorMaterial Color();

void Color(Printing3DColorMaterial value);
public Printing3DColorMaterial Color { get; set; }
var printing3DColorMaterial = printing3DBaseMaterial.color;
printing3DBaseMaterial.color = printing3DColorMaterial;
Public Property Color As Printing3DColorMaterial

Property Value

The color of the base material.

Applies to