Share via


Printing3DTexture2CoordMaterial.Texture Eigenschaft

Definition

Ruft die textur ab, die im 2D-Texturmaterial verwendet wird, oder legt sie fest.

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

Eigenschaftswert

Die Textur, die im 2D-Texturmaterial verwendet wird.

Gilt für: