4.1016 VisualTransition

x:Object > DependencyObject > VisualTransition
VisualTransition
(usage)
<VisualTransition> Storyboard </VisualTransition>
(description)
Represents the visual behavior that occurs when a control transitions from one state to another.
[content property]
Storyboard
(properties)
From
x:String
(description)
The name of the VisualState to transition from.
GeneratedDuration
Duration
(description)
The time that it takes to move from one state to another.
GeneratedEasingFunction
IEasingFunction
(description)
A custom mathematical formula that is used to transition between states.
Storyboard
Storyboard
(description)
The Storyboard that occurs when the transition occurs.
To
x:String
(description)
The name of the VisualState to transition to.