DXTilingBrush.WrapMode Property
In This Article
Gets or sets the brush’s wrap mode.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXWrapMode WrapMode { get; set; }
#Property Value
Type | Description |
---|---|
DXWrap |
An enumeration value that indicates the wrap mode. |
Available values:
Name | Description |
---|---|
Tile | Tiles the gradient or texture. |
Tile |
Reverses the texture or gradient horizontally and then tiles the texture or gradient. |
Tile |
Reverses the texture or gradient vertically and then tiles the texture or gradient. |
Tile |
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