New to Telerik UI for WPFStart a free 30-day trial

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: PathStop

Constructors

Initializes a new instance of the ControlPoint class.

C#
public ControlPoint()

Initializes a new instance of the ControlPoint class.

C#
public ControlPoint(double pathFraction)
Parameters:pathFractiondouble

The path fraction.

Fields

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; }
Property Value:

The path fraction.

Methods

When implemented in a derived class, creates a new instance of the Freezable derived class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

The new instance.