ClassCarouselParameterPath
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class CarouselParameterPath : ICarouselPath, INotifyPropertyChanged
Inheritance: objectCarouselParameterPath
Derived Classes:
Implements:
Constructors
CarouselParameterPath()
Declaration
cs-api-definition
public CarouselParameterPath()
Fields
Properties
FinalPathPoint
Declaration
cs-api-definition
public abstract object FinalPathPoint { get; }
Property Value
Implements
InitialPathPoint
Declaration
cs-api-definition
public abstract object InitialPathPoint { get; }
Property Value
Implements
Methods
ApplyToElement(VisualElement, CarouselPathAnimationData, double, object, Animations, Size)
Declaration
cs-api-definition
public void ApplyToElement(VisualElement element, CarouselPathAnimationData data, double value, object evaluated, Animations flags, Size controlSize)
Parameters
element
data
value
evaluated
flags
controlSize
Implements
CreateAnimation(VisualElement, CarouselPathAnimationData, int, int)
Declaration
cs-api-definition
public void CreateAnimation(VisualElement element, CarouselPathAnimationData data, int frames, int delay)
Parameters
element
data
frames
delay
Implements
Evaluate(VisualElement, CarouselPathAnimationData, object)
Declaration
cs-api-definition
public object Evaluate(VisualElement element, CarouselPathAnimationData data, object value)
Parameters
element
data
value
Returns
Implements
EvaluateByParameter(VisualElement, CarouselPathAnimationData, double)
Declaration
cs-api-definition
public abstract object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)
Parameters
element
data
value
Returns
InitializeItem(VisualElement, object)
Declaration
cs-api-definition
public void InitializeItem(VisualElement element, object flags)
Parameters
element
flags
Implements
OnPropertyChanged(PropertyChangedEventArgs)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(PropertyChangedEventArgs e)
Parameters
e
OnPropertyChanged(string)
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements