Back to Devexpress

DXWrapMode Enum

corelibraries-devexpress-dot-drawing-45161cc8.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXWrapMode
vb
Public Enum DXWrapMode

Members

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.

|

The following properties accept/return DXWrapMode values:

See Also

DevExpress.Drawing Namespace