ClassCarouselEllipsePath
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:
cs-api-definition
public class CarouselEllipsePath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Inheritance: objectCarouselParameterPathCarouselEllipsePath
Implements:
Inherited Members
Constructors
CarouselEllipsePath()
Declaration
cs-api-definition
public CarouselEllipsePath()
Properties
FinalPathPoint
Declaration
cs-api-definition
public override object FinalPathPoint { get; }
Property Value
Overrides
InitialAngle
Gets or sets the angle where itms new items will first appear in the carousel view.
InitialPathPoint
Declaration
cs-api-definition
public override object InitialPathPoint { get; }
Property Value
Overrides
Methods
EvaluateByParameter(VisualElement, CarouselPathAnimationData, double)
Declaration
cs-api-definition
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Parameters
element
data
value
Returns
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
cs-api-definition
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
Overrides