Class CarouselBezierPath
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CarouselBezierPath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged
Constructors
CarouselBezierPath()
Declaration
public CarouselBezierPath()
Properties
ControlPoints
CtrlPoint1
CtrlPoint2
FinalPathPoint
Declaration
public override object FinalPathPoint { get; }
Property Value
System.Object
|
Overrides
FirstPoint
InitialPathPoint
Declaration
public override object InitialPathPoint { get; }
Property Value
System.Object
|
Overrides
IsClosedPath
Declaration
protected override bool IsClosedPath { get; }
Property Value
System.Boolean
|
Overrides
LastPoint
Methods
EvaluateByParameter(VisualElement, CarouselPathAnimationData, Double)
Declaration
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Parameters
VisualElement
element
|
CarouselPathAnimationData
data
|
System.Double
value
|
Returns
System.Object
|
Overrides
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
System.ComponentModel.PropertyChangedEventArgs
e
|