Skip to main content
All docs
V23.2

DXTilingBrush.WrapMode Property

Gets or sets the brush’s wrap mode.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXWrapMode WrapMode { get; set; }

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