Class ControlPoint
Represents a special point located at a specified fraction of a Telerik.
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 Control
Declaration
public ControlPoint(double pathFraction)
Parameters
System. The path fraction. |
Fields
PathFractionProperty
Identifies the Path
Declaration
public static readonly DependencyProperty PathFractionProperty
Field Value
System.
|
Properties
PathFraction
Gets or sets the path fraction.
Declaration
public double PathFraction { get; set; }
Property Value
System. The path fraction. |
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. The new instance. |