CarouselEllipsePath
Class
Represents a custom made ellipse path which will be used to specify the path travelled by carousel items when animated
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CarouselEllipsePath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Inheritance: objectCarouselParameterPathCarouselEllipsePath
Implements:
Inherited Members
Constructors
C#
public CarouselEllipsePath()
Properties
C#
public double FinalAngle { get; set; }
C#
public override object FinalPathPoint { get; }
Overrides:
Gets or sets the angle where itms new items will first appear in the carousel view.
C#
public double InitialAngle { get; set; }
C#
public override object InitialPathPoint { get; }
Overrides:
Methods
C#
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Overrides:
C#
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Overrides: