|
| Class | Description |
|---|
 | ClrTransition |
A class that lays infrastructure for CLR run transitions. Animations are created by overriding the OnProgressChanged method.
|
 | FluidResizePresenter |
Represents a presenter that changes its size smoothly when its content is resized.
|
 | LayoutAnimationPanel |
A Panel that expose various properties that can be used to easily animate the layout from Storyboards.
|
 | ShaderTransitionProvider |
A TransitionProvider that serves as base for shader transition provider adding some handy infrastructure.
Shader TransitionProviders could also be implemented by extending TransitionProvider.
|
 | Transition |
Abstract class that represents a transition between two visual.
|
 | TransitionConverter |
This class is used by the design-time and XAML infrastructure to convert TransitionProvider objects to strings and vice versa.
|
 | TransitionEffect |
Abstract class that represents a transition effect.
|
 | TransitionPresenter |
This class represents a ContentPresenter that changes its content with a transition.
|
 | TransitionProvider |
This class represents a factory for TransitionEffects. Its main purpose is to prevent the XBAP from throwing security exceptions.
This approach also provides a good way to not use shader instances of the shaders.
|
 | TransitionProviderManager |
This class supports the RadTransitionControl infrastructure and is not intended to be used directly from your code.
|
 | TransitionStatusChangedEventArgs |
The event args are used for TransitionStatusChanged event.
|
 | TriggeringTransitionEventArgs |
Contains state information and event data associated with a cancelable event.
|