New to Telerik UI for WinFormsStart a free 30-day trial

Definition

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 int Interval { get; set; }
C#
public int NumFrames { get; set; }
C#
public bool StartValueIsCurrentValue { get; set; }
C#
public RadEasingType UnapplyEasingType { get; set; }

Methods

C#
public override IPropertySetting Deserialize()
Returns:

IPropertySetting

Overrides: XmlPropertySetting.Deserialize()

Retrieves a string representation of the class.

C#
public override string ToString()
Returns:

string

Overrides: XmlPropertySetting.ToString()