| ThemeContentTextures Property |
Gets or sets the textures.
Namespace: DigitalRune.Game.UI.Content.PipelineAssembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax public NamedObjectCollection<ThemeTextureContent> Textures { get; set; }
Public Property Textures As NamedObjectCollection(Of ThemeTextureContent)
Get
Set
public:
property NamedObjectCollection<ThemeTextureContent^>^ Textures {
NamedObjectCollection<ThemeTextureContent^>^ get ();
void set (NamedObjectCollection<ThemeTextureContent^>^ value);
}
member Textures : NamedObjectCollection<ThemeTextureContent> with get, set
Property Value
Type:
NamedObjectCollectionThemeTextureContentThe textures.
See Also