Gets the textures.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.1.0.0 (1.1.1.9392)
Syntax
| C# |
|---|
public NamedObjectCollection<ThemeTexture> Textures { get; private set; } |
| Visual Basic |
|---|
Public Property Textures As NamedObjectCollection(Of ThemeTexture) Get Private Set |
| Visual C++ |
|---|
public: property NamedObjectCollection<ThemeTexture^>^ Textures { NamedObjectCollection<ThemeTexture^>^ get (); private: void set (NamedObjectCollection<ThemeTexture^>^ value); } |