Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 562 Bytes

visualtransition_to.md

File metadata and controls

33 lines (22 loc) · 562 Bytes
-api-id -api-type
P:Windows.UI.Xaml.VisualTransition.To
winrt property

Windows.UI.Xaml.VisualTransition.To

-description

Gets or sets the name of the VisualState to transition to.

-xaml-syntax

<object To="stateName"/>

-xaml-values

stateName
stateNameThe name of the VisualState to transition to.
## -property-value The name of the [VisualState](visualstate.md) to transition to.

-remarks

-examples

-see-also