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