corelibraries-devexpress-dot-drawing-45161cc8.md
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.v25.2.dll
NuGet Package : DevExpress.Drawing
public enum DXWrapMode
Public Enum DXWrapMode
| 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.
|
The following properties accept/return DXWrapMode values:
See Also