SpreadMode Enum

SpreadMode enumeration

Specifies the spread mode used in rendering SVG and HTML.

public enum SpreadMode

Values

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

See Also