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