Click or drag to resize
DigitalRuneThemeImageTexture Property
Gets or sets the texture atlas containing the image.

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

Property Value

Type: ThemeTexture
The texture atlas containing the image. (Can be to use the default texture atlas.)
See Also