Skip to main content
All docs
V23.2

DXWrapMode Enum

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.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public enum DXWrapMode

Members

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.

Related API Members

The following properties accept/return DXWrapMode values:

See Also