Printing3DBaseMaterial.Color プロパティ

定義

ベース マテリアルの色を取得または設定します。

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

プロパティ値

基材の色。

適用対象