Click or drag to resize
DigitalRuneTileMode Enumeration
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.8.0.0 (1.8.0.14553)
Syntax
public enum 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