共用方式為


Printing3DColorMaterial.Value 屬性

定義

取得或設定材質的色彩值。

public:
 property unsigned int Value { unsigned int get(); void set(unsigned int value); };
uint32_t Value();

void Value(uint32_t value);
public uint Value { get; set; }
var uInt32 = printing3DColorMaterial.value;
printing3DColorMaterial.value = uInt32;
Public Property Value As UInteger

屬性值

UInt32

unsigned int

uint32_t

材質的色彩值。

適用於