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

Represents a custom made ellipse path which will be used to specify the path travelled by carousel items when animated

Definition

Constructors

C#
public CarouselEllipsePath()

Properties

C#
public Point3D Center { get; set; }
C#
public double FinalAngle { get; set; }
C#
public override object FinalPathPoint { get; }

Overrides: CarouselParameterPath.FinalPathPoint

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: CarouselParameterPath.InitialPathPoint

C#
public Point3D U { get; set; }
C#
public Point3D V { get; set; }

Methods

C#
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Parameters:elementVisualElementdataCarouselPathAnimationDatavaluedoubleReturns:

object

Overrides: CarouselParameterPath.EvaluateByParameter(VisualElement, CarouselPathAnimationData, double)

C#
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters:ePropertyChangedEventArgs

Overrides: CarouselParameterPath.OnPropertyChanged(PropertyChangedEventArgs)