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

材料的颜色值。

适用于