Share via


Printing3DColorMaterial.Color Property

Definition

Gets or sets the color of the material.

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

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

Property Value

The color of the material.

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced in v2.0)

Applies to