Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 720 Bytes

visualstategroup_states.md

File metadata and controls

35 lines (24 loc) · 720 Bytes
-api-id -api-type
P:Windows.UI.Xaml.VisualStateGroup.States
winrt property

Windows.UI.Xaml.VisualStateGroup.States

-description

Gets the collection of mutually exclusive VisualState objects.

-xaml-syntax

<VisualStateGroup>
    oneOrMoreVisualStates
</VisualStateGroup>

-xaml-values

oneOrMoreVisualStates
oneOrMoreVisualStatesOne or more object elements that is of type VisualState.
## -property-value The collection of mutually exclusive [VisualState](visualstate.md) objects.

-remarks

-examples

-see-also