CarouselBezierPath
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CarouselBezierPath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Inheritance: objectCarouselParameterPathCarouselBezierPath
Implements:
Inherited Members
Constructors
C#
public CarouselBezierPath()
Properties
C#
[Browsable(false)]
public Point3D[] ControlPoints { get; }
C#
public Point3D CtrlPoint1 { get; set; }
C#
public Point3D CtrlPoint2 { get; set; }
C#
[Browsable(false)]
public override object FinalPathPoint { get; }
Overrides:
C#
public Point3D FirstPoint { get; set; }
C#
[Browsable(false)]
public override object InitialPathPoint { get; }
Overrides:
C#
protected override bool IsClosedPath { get; }
Overrides:
Methods
C#
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Overrides:
C#
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Overrides: