Enum WrapMode
Enum WrapMode
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.7.0)
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
public enum WrapMode
{
WordWrap = 0,
NoWordWrap = 1,
TopAndBottom = 2,
TopOnly = 3,
BottomOnly = 4,
None = 5
}
Fields
Clamp = 4
The texture or gradient is not tiled.
Tile = 0
Tiles the gradient or texture.
TileFlipX = 1
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
TileFlipXY = 3
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
TileFlipY = 2
Reverses the texture or gradient vertically and then tiles the texture or gradient.