Printing3DModelTexture.TileStyleV 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 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.