DXTilingBrush.WrapMode Property
Gets or sets the brush’s wrap mode.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
| Type | Description |
|---|---|
| DXWrapMode | An enumeration value that indicates the wrap mode. |
Available values:
| 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. |
See Also