Back to Devexpress

DXTilingBrush.WrapMode Property

corelibraries-devexpress-dot-drawing-dot-dxtilingbrush-19b1a568.md

latest1.4 KB
Original Source

DXTilingBrush.WrapMode Property

Gets or sets the brush’s wrap mode.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXWrapMode WrapMode { get; set; }
vb
Public Property WrapMode As DXWrapMode

Property Value

TypeDescription
DXWrapMode

An enumeration value that indicates the wrap mode.

|

Available values:

NameDescription
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

DXTilingBrush Class

DXTilingBrush Members

DevExpress.Drawing Namespace