Compartir a través de


Printing3DColorMaterial.Value Propiedad

Definición

Obtiene o establece el valor de color del material.

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

Valor de propiedad

UInt32

unsigned int

uint32_t

Valor de color del material.

Se aplica a