Class
ControlPoint

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

Constructors

Initializes a new instance of the ControlPoint class.

Declaration

cs-api-definition
public ControlPoint()

Initializes a new instance of the ControlPoint class.

Declaration

cs-api-definition
public ControlPoint(double pathFraction)

Parameters

pathFraction

double

The path fraction.

Fields

Identifies the PathFractionProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PathFractionProperty

Field Value

DependencyProperty

Properties

Gets or sets the path fraction.

Declaration

cs-api-definition
public double PathFraction { get; set; }

Property Value

double

The path fraction.

Methods

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.