RadControls for Silverlight

 

Classes

  ClassDescription
Public classClrTransition
A class that lays infrastructure for CLR run transitions. Animations are created by overriding the OnProgressChanged method.
Public classFluidResizePresenter
Represents a presenter that changes its size smoothly when its content is resized.
Public classLayoutAnimationPanel
A Panel that expose various properties that can be used to easily animate the layout from Storyboards.
Public classShaderTransitionProvider
A TransitionProvider that serves as base for shader transition provider adding some handy infrastructure. Shader TransitionProviders could also be implemented by extending TransitionProvider.
Public classTransition
Abstract class that represents a transition between two visual.
Public classTransitionConverter
This class is used by the design-time and XAML infrastructure to convert TransitionProvider objects to strings and vice versa.
Public classTransitionEffect
Abstract class that represents a transition effect.
Public classTransitionPresenter
This class represents a ContentPresenter that changes its content with a transition.
Public classTransitionProvider
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.
Public classTransitionProviderManager
This class supports the RadTransitionControl infrastructure and is not intended to be used directly from your code.
Public classTransitionStatusChangedEventArgs
The event args are used for TransitionStatusChanged event.
Public classTriggeringTransitionEventArgs
Contains state information and event data associated with a cancelable event.

Enumerations

  EnumerationDescription
Public enumerationShaderLayoutAnimation
A set of predefined layout animations.
Public enumerationTransitionStatus
Represents the state of the TransitionControl's Transition status.