Class XmlAnimatedPropertySetting
Inherited Members
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 XmlAnimatedPropertySetting : XmlPropertySetting, ISerializationValidatable
Constructors
XmlAnimatedPropertySetting()
Declaration
public XmlAnimatedPropertySetting()
Properties
AnimationLoopType
AnimationType
AnimatorStyle
ApplyEasingType
EndValue
Declaration
[SerializationConverter(typeof(XmlPropertySettingValueConverter))]
public object EndValue { get; set; }
Property Value
System.Object
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
NumFrames
Declaration
public int NumFrames { get; set; }
Property Value
System.Int32
|
StartValueIsCurrentValue
Declaration
public bool StartValueIsCurrentValue { get; set; }
Property Value
System.Boolean
|
UnapplyEasingType
Methods
Deserialize()
ToString()
Declaration
public override string ToString()
Returns
System.String
|