| ThemeImageTexture Property |
Gets or sets the texture atlas containing the image.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public ThemeTexture Texture { get; set; }
Public Property Texture As ThemeTexture
Get
Set
public:
property ThemeTexture^ Texture {
ThemeTexture^ get ();
void set (ThemeTexture^ value);
}
member Texture : ThemeTexture with get, set
Property Value
Type:
ThemeTexture
The texture atlas containing the image. (Can be
to use the default
texture atlas.)
See Also