ControlPoint
Class
Represents a special point located at a specified fraction of a CarouselPath length.
Definition
Namespace:Telerik.Windows.Controls.Carousel
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class ControlPoint : Animatable
Inheritance: objectControlPoint
Derived Classes:
Constructors
Initializes a new instance of the ControlPoint class.
C#
public ControlPoint()
Initializes a new instance of the ControlPoint class.
Fields
PathFractionProperty
DependencyProperty
Identifies the PathFractionProperty dependency property.
C#
public static readonly DependencyProperty PathFractionProperty
Properties
Gets or sets the path fraction.
C#
public double PathFraction { get; set; }
The path fraction.
Methods
CreateInstanceCore()
Freezable
When implemented in a derived class, creates a new instance of the Freezable derived class.
C#
protected override Freezable CreateInstanceCore()
Freezable
The new instance.