Printing3DModelTexture.TextureResource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the texture resource used by the texture.
public:
property Printing3DTextureResource ^ TextureResource { Printing3DTextureResource ^ get(); void set(Printing3DTextureResource ^ value); };
Printing3DTextureResource TextureResource();
void TextureResource(Printing3DTextureResource value);
public Printing3DTextureResource TextureResource { get; set; }
var printing3DTextureResource = printing3DModelTexture.textureResource;
printing3DModelTexture.textureResource = printing3DTextureResource;
Public Property TextureResource As Printing3DTextureResource
Property Value
The texture resource used by the texture.