Printing3DTexture2CoordMaterial.Texture Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a textura usada no material de textura 2D.
public:
property Printing3DModelTexture ^ Texture { Printing3DModelTexture ^ get(); void set(Printing3DModelTexture ^ value); };
Printing3DModelTexture Texture();
void Texture(Printing3DModelTexture value);
public Printing3DModelTexture Texture { get; set; }
var printing3DModelTexture = printing3DTexture2CoordMaterial.texture;
printing3DTexture2CoordMaterial.texture = printing3DModelTexture;
Public Property Texture As Printing3DModelTexture
Valor da propriedade
A textura usada no material de textura 2D.