Class
CarouselBezierPath

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CarouselBezierPath : CarouselParameterPath, ICarouselPath, INotifyPropertyChanged

Inheritance: objectCarouselParameterPathCarouselBezierPath

Implements: ICarouselPathINotifyPropertyChanged

Inherited Members CarouselParameterPath.isModifiedCarouselParameterPath.zIndexFromPathValueCarouselParameterPath.zIndexScaleCarouselParameterPath.rangesCarouselParameterPath.OnPropertyChanged(string)CarouselParameterPath.Evaluate(VisualElement, CarouselPathAnimationData, object)CarouselParameterPath.CreateAnimation(VisualElement, CarouselPathAnimationData, int, int)CarouselParameterPath.ApplyToElement(VisualElement, CarouselPathAnimationData, double, object, Animations, Size)CarouselParameterPath.PositionsCount(int)CarouselParameterPath.Step(int)CarouselParameterPath.InitializeItem(VisualElement, object)CarouselParameterPath.ZindexFromPath()CarouselParameterPath.ConvertFromRelativePath(Point3D, Size)CarouselParameterPath.ConvertToRelativePath(Point3D, Size)CarouselParameterPath.ZScaleCarouselParameterPath.IsPathClosedCarouselParameterPath.PropertyChanged

Constructors

CarouselBezierPath()

Declaration

cs-api-definition
public CarouselBezierPath()

Properties

ControlPoints

Declaration

cs-api-definition
[Browsable(false)]
public Point3D[] ControlPoints { get; }

Property Value

Point3D[]

CtrlPoint1

Declaration

cs-api-definition
public Point3D CtrlPoint1 { get; set; }

Property Value

Point3D

CtrlPoint2

Declaration

cs-api-definition
public Point3D CtrlPoint2 { get; set; }

Property Value

Point3D

FinalPathPoint

Declaration

cs-api-definition
[Browsable(false)]
public override object FinalPathPoint { get; }

Property Value

object

Overrides CarouselParameterPath.FinalPathPoint

FirstPoint

Declaration

cs-api-definition
public Point3D FirstPoint { get; set; }

Property Value

Point3D

InitialPathPoint

Declaration

cs-api-definition
[Browsable(false)]
public override object InitialPathPoint { get; }

Property Value

object

Overrides CarouselParameterPath.InitialPathPoint

IsClosedPath

Declaration

cs-api-definition
protected override bool IsClosedPath { get; }

Property Value

bool

Overrides CarouselParameterPath.IsClosedPath

LastPoint

Declaration

cs-api-definition
public Point3D LastPoint { get; set; }

Property Value

Point3D

Methods

EvaluateByParameter(VisualElement, CarouselPathAnimationData, double)

Declaration

cs-api-definition
public override object EvaluateByParameter(VisualElement element, CarouselPathAnimationData data, double value)

Parameters

element

VisualElement

data

CarouselPathAnimationData

value

double

Returns

object

Overrides CarouselParameterPath.EvaluateByParameter(VisualElement, CarouselPathAnimationData, double)

OnPropertyChanged(PropertyChangedEventArgs)

Declaration

cs-api-definition
protected override void OnPropertyChanged(PropertyChangedEventArgs e)

Parameters

e

PropertyChangedEventArgs

Overrides CarouselParameterPath.OnPropertyChanged(PropertyChangedEventArgs)