Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 576 Bytes

visualtransition_from.md

File metadata and controls

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

Windows.UI.Xaml.VisualTransition.From

-description

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

-xaml-syntax

<object From="stateName"/>

-xaml-values

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

-remarks

-examples

-see-also