Share via


Printing3DModelTexture.TileStyleV Property

Definition

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

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

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

Property Value

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

Applies to