Printing3DTexture2CoordMaterial.Texture Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la texture utilisée dans le matériau de texture 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
Valeur de propriété
Texture utilisée dans le matériau de texture 2D.