Click or drag to resize
DigitalRuneThemeImageTileMode Property
Gets or sets the tile mode.

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 TileMode TileMode { get; set; }

Property Value

Type: TileMode
The tile mode that defines whether the image is repeated and how. The default value is None.
Remarks
Note that, when either the HorizontalAlignment or the VerticalAlignment is set to Stretch then the image is never tiled.
See Also