Class AnimationValueCalculatorFactory
Represents a map of CLR types and corresponding Animation
Inheritance
System.Object
AnimationValueCalculatorFactory
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.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class AnimationValueCalculatorFactory
Constructors
AnimationValueCalculatorFactory()
Declaration
public AnimationValueCalculatorFactory()
Properties
SerializationCulture
Declaration
public static CultureInfo SerializationCulture { get; }
Property Value
System.
|
Methods
GetCalculator(Type)
Declaration
public static AnimationValueCalculator GetCalculator(Type objectType)
Parameters
System.
|
Returns
RegisterAnimationValueCalculatorType(Type, Type)
Declaration
public static void RegisterAnimationValueCalculatorType(Type objectType, Type calculatorType)
Parameters
System.
|
System.
|