Class CarouselEllipsePath
Represents a custom made ellipse path which will be used to specify the path travelled by carousel items when animated
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 CarouselEllipsePath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Constructors
CarouselEllipsePath()
Declaration
public CarouselEllipsePath()
Properties
Center
FinalAngle
Declaration
public double FinalAngle { get; set; }
Property Value
System.Double
|
FinalPathPoint
Declaration
public override object FinalPathPoint { get; }
Property Value
System.Object
|
Overrides
InitialAngle
Gets or sets the angle where itms new items will first appear in the carousel view.
Declaration
public double InitialAngle { get; set; }
Property Value
System.Double
|
InitialPathPoint
Declaration
public override object InitialPathPoint { get; }
Property Value
System.Object
|
Overrides
U
V
Methods
EvaluateByParameter(VisualElement, CarouselPathAnimationData, Double)
Declaration
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Parameters
VisualElement
element
|
CarouselPathAnimationData
data
|
System.Double
value
|
Returns
System.Object
|
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|