共用方式為


Printing3DColorMaterial.Color 屬性

定義

取得或設定材質的色彩。

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

屬性值

材質的色彩。

Windows 需求

裝置系列
Windows 10 (已於 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Graphics.Printing3D.Printing3DContract (已於 v2.0 引進)

適用於