Class CarouselPathAnimationData
Inheritance
System.Object
CarouselPathAnimationData
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.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CarouselPathAnimationData
Constructors
CarouselPathAnimationData()
Declaration
public CarouselPathAnimationData()
Fields
specialHandling
Declaration
protected bool specialHandling
Field Value
System.Boolean
|
Properties
CurrentAnimation
Declaration
public AnimatedPropertySetting CurrentAnimation { get; set; }
Property Value
AnimatedPropertySetting
|
From
Declaration
public double? From { get; set; }
Property Value
System.Nullable<System.Double>
|
Interrupt
Declaration
public bool Interrupt { get; set; }
Property Value
System.Boolean
|
To
Declaration
public double? To { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
IsOutAnimation()
Declaration
public virtual bool IsOutAnimation()
Returns
System.Boolean
|