Click or drag to resize
DigitalRuneThemeContentStyles Property
Gets or sets the styles of the controls.

Namespace: DigitalRune.Game.UI.Content.Pipeline
Assembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax
public NamedObjectCollection<ThemeStyleContent> Styles { get; set; }

Property Value

Type: NamedObjectCollectionThemeStyleContent
The styles.
See Also