Material.RepeatX Property

Gets or sets the texture repeat mode in the X direction.
Public Property RepeatX() As Boolean
This language is not supported or no code example is available.
public bool RepeatX {get; set;}
This language is not supported or no code example is available.

Property Value

bool
Remarks
 
If true, values outside [0,1] are mapped to the [0,1] range. If false, values less than 0 are mapped to 0 and values greater than 1 are mapped to 1.

.NET Framework

Supported in: 4.8

In this article

Definition