SpreadMode enumeration

SpreadMode enumeration

Specifies the spread mode used in rendering SVG and HTML.

The SpreadMode type exposes the following members:

Fields

FieldDescription
TILEThe gradient is tiled.
TILE_FLIP_XThe gradient is tiled and flipped horizontally.
TILE_FLIP_YThe gradient is tiled and flipped vertically.
TILE_FLIP_XYThe gradient is tiled and flipped both horizontally and vertically.
CLAMPThe gradient is clamped to the edge.

See Also