Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class XmlAnimatedPropertySetting : XmlPropertySetting, ISerializationValidatable
Inheritance: objectXmlPropertySettingXmlAnimatedPropertySetting
Implements:
Inherited Members
Constructors
C#
public XmlAnimatedPropertySetting()
Properties
C#
public LoopType AnimationLoopType { get; set; }
C#
public RadAnimationType AnimationType { get; set; }
C#
public AnimatorStyles AnimatorStyle { get; set; }
C#
public RadEasingType ApplyEasingType { get; set; }
C#
[TypeConverter(typeof(SettingValueConverter))]
[SerializationConverter(typeof(XmlPropertySettingValueConverter))]
public object EndValue { get; set; }
C#
public bool StartValueIsCurrentValue { get; set; }
C#
public RadEasingType UnapplyEasingType { get; set; }
Methods
Retrieves a string representation of the class.