SpreadMode Enum

SpreadMode enumeration

Specifies how a texture or gradient is tiled when it is smaller than the area being filled.

public enum SpreadMode

Values

NameValueDescription
Tile0The texture or gradient is tiled.
TileFlipX1The texture or gradient is tiled and flipped horizontally.
TileFlipY2The texture or gradient is tiled and flipped vertically.
TileFlipXY3The texture or gradient is tiled and flipped both horizontally and vertically.
Clamp4The texture or gradient is clamped to the edge.

See Also