Class AnimationValueCalculatorFactory
Represents a map of CLR types and corresponding AnimationValueCalculator type using when property animation is running and for animations serialization in themes.
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.Globalization.CultureInfo
|
Methods
GetCalculator(Type)
Declaration
public static AnimationValueCalculator GetCalculator(Type objectType)
Parameters
System.Type
objectType
|
Returns
AnimationValueCalculator
|
RegisterAnimationValueCalculatorType(Type, Type)
Declaration
public static void RegisterAnimationValueCalculatorType(Type objectType, Type calculatorType)
Parameters
System.Type
objectType
|
System.Type
calculatorType
|