ClassCarouselBezierPath
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CarouselBezierPath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Inheritance: objectCarouselParameterPathCarouselBezierPath
Implements:
Inherited Members
Constructors
CarouselBezierPath()
Declaration
cs-api-definition
public CarouselBezierPath()
Properties
ControlPoints
Declaration
cs-api-definition
[Browsable(false)]
public Point3D[] ControlPoints { get; }
Property Value
Point3D[]
FinalPathPoint
Declaration
cs-api-definition
[Browsable(false)]
public override object FinalPathPoint { get; }
Property Value
Overrides
InitialPathPoint
Declaration
cs-api-definition
[Browsable(false)]
public override object InitialPathPoint { get; }
Property Value
Overrides
IsClosedPath
Declaration
cs-api-definition
protected override bool IsClosedPath { 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