Specifies whether the theme image is a tile that is repeated and how.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)

Syntax

C#
public enum TileMode
Visual Basic
Public Enumeration TileMode
Visual C++
public enum class TileMode

Members

Member nameValueDescription
None0 The image is not repeated. Only one copy of the image is drawn.
TileX1 The image is repeated horizontally only.
TileY2 The image is repeated vertically only.
TileXY3 The image is repeated both horizontally and vertically.

See Also