| ThemeStyleContentStates Property |
Gets the visual states.
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<ThemeStateContent> States { get; }
Public ReadOnly Property States As NamedObjectCollection(Of ThemeStateContent)
Get
public:
property NamedObjectCollection<ThemeStateContent^>^ States {
NamedObjectCollection<ThemeStateContent^>^ get ();
}
member States : NamedObjectCollection<ThemeStateContent> with get
Property Value
Type:
NamedObjectCollectionThemeStateContentThe visual states.
See Also