Printing3DModelTexture.TileStyleU Property

Definition

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

public:
 property Printing3DTextureEdgeBehavior TileStyleU { Printing3DTextureEdgeBehavior get(); void set(Printing3DTextureEdgeBehavior value); };
Printing3DTextureEdgeBehavior TileStyleU();

void TileStyleU(Printing3DTextureEdgeBehavior value);
public Printing3DTextureEdgeBehavior TileStyleU { get; set; }
var printing3DTextureEdgeBehavior = printing3DModelTexture.tileStyleU;
printing3DModelTexture.tileStyleU = printing3DTextureEdgeBehavior;
Public Property TileStyleU As Printing3DTextureEdgeBehavior

Property Value

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

Applies to