Enum SpreadMode

Enum SpreadMode

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)

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

[ComVisible(true)]
public enum SpreadMode

Fields

Clamp = 4

The texture or gradient is clamped to the edge.

Tile = 0

The texture or gradient is tiled.

TileFlipX = 1

The texture or gradient is tiled and flipped horizontally.

TileFlipXY = 3

The texture or gradient is tiled and flipped both horizontally and vertically.

TileFlipY = 2

The texture or gradient is tiled and flipped vertically.