public final class WrapMode
extends com.aspose.ms.System.Enum
Specifies how a texture or gradient is tiled when it is smaller than the area being filled.
Modifier and Type | Field and Description |
---|---|
static int |
Clamp
The texture or gradient is not tiled.
|
static int |
Tile
Tiles the gradient or texture.
|
static int |
TileFlipX
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
|
static int |
TileFlipXY
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
|
static int |
TileFlipY
Reverses the texture or gradient vertically and then tiles the texture or gradient.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Tile
Tiles the gradient or texture.
public static final int TileFlipX
Reverses the texture or gradient horizontally and then tiles the texture or gradient.
public static final int TileFlipY
Reverses the texture or gradient vertically and then tiles the texture or gradient.
public static final int TileFlipXY
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient.
public static final int Clamp
The texture or gradient is not tiled.