DXWrapMode Enum
Lists values that indicate how to lite a texture or gradient it is smaller than the area being filled.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Tile
|
Tiles the gradient or texture. |
TileFlipX
|
Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
TileFlipY
|
Reverses the texture or gradient vertically and then tiles the texture or gradient. |
TileFlipXY
|
Reverses the texture or gradient horizontally and vertically and then tiles the texture or gradient. |
Clamp
|
The texture or gradient is not tiled. |
Related API Members
The following properties accept/return DXWrapMode values:
See Also