Class TransitionProviderManager
This class supports the RadTransitionControl infrastructure and is not intended to be used directly from your code.
Inheritance
System.Object
TransitionProviderManager
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class TransitionProviderManager : Object
Fields
StandardNames
Contains all standard transitions.
Declaration
public static readonly ReadOnlyCollection<string> StandardNames
Field Value
System.Collections.ObjectModel.ReadOnlyCollection<System.String>
|