Printing3DModelTexture Printing3DModelTexture Printing3DModelTexture Printing3DModelTexture Class

Definition

Represents a texture used in the 3D model.

public : sealed class Printing3DModelTexture : IPrinting3DModelTexturepublic sealed class Printing3DModelTexture : IPrinting3DModelTexturePublic NotInheritable Class Printing3DModelTexture Implements IPrinting3DModelTexture// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Graphics.Printing3D.Printing3DContract (introduced v1)

Constructors

Printing3DModelTexture() Printing3DModelTexture() Printing3DModelTexture() Printing3DModelTexture()

Creates an instance of the Printing3DModelTexture class.

public : Printing3DModelTexture()public Printing3DModelTexture()Public Sub New()// You can use this method in JavaScript.

Properties

TextureResource TextureResource TextureResource TextureResource

Gets or sets the texture resource used by the texture.

public : Printing3DTextureResource TextureResource { get; set; }public Printing3DTextureResource TextureResource { get; set; }Public ReadWrite Property TextureResource As Printing3DTextureResource// You can use this property in JavaScript.

TileStyleU TileStyleU TileStyleU TileStyleU

Get or sets a value that indicates how tiling should occur in the U axis in order to fill the overall requested area.

public : Printing3DTextureEdgeBehavior TileStyleU { get; set; }public Printing3DTextureEdgeBehavior TileStyleU { get; set; }Public ReadWrite Property TileStyleU As Printing3DTextureEdgeBehavior// You can use this property in JavaScript.
Value
Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior

A value that indicates how tiling should occur in the U axis in order to fill the overall requested area.

TileStyleV TileStyleV TileStyleV TileStyleV

Gets or sets a value that indicates how tiling should occur in the V axis in order to fill the overall requested area.

public : Printing3DTextureEdgeBehavior TileStyleV { get; set; }public Printing3DTextureEdgeBehavior TileStyleV { get; set; }Public ReadWrite Property TileStyleV As Printing3DTextureEdgeBehavior// You can use this property in JavaScript.
Value
Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior Printing3DTextureEdgeBehavior

A value that indicates how tiling should occur in the V axis in order to fill the overall requested area.