ClassControlPoint
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:
cs-api-definition
public class ControlPoint : Animatable
Inheritance: objectControlPoint
Derived Classes:
Constructors
ControlPoint()
Initializes a new instance of the ControlPoint class.
Declaration
cs-api-definition
public ControlPoint()
ControlPoint(double)
Initializes a new instance of the ControlPoint class.
Declaration
cs-api-definition
public ControlPoint(double pathFraction)
Parameters
pathFraction
The path fraction.
Fields
PathFractionProperty
Identifies the PathFractionProperty dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty PathFractionProperty
Field Value
DependencyProperty
Properties
PathFraction
Gets or sets the path fraction.
Declaration
cs-api-definition
public double PathFraction { get; set; }
Property Value
The path fraction.
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
Declaration
cs-api-definition
protected override Freezable CreateInstanceCore()
Returns
Freezable
The new instance.