VisualStateGroup.States Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the collection of mutually exclusive VisualState objects.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<VisualStateGroup> oneOrMoreVisualStates </VisualStateGroup>
XAML Values
States is the XAML content property of VisualStateGroup and can thus support this content element syntax, as opposed to having to specify object.States as a property element.
Property Value
Type: System.Collections.IListThe collection of mutually exclusive VisualState objects.
Show: