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

Describes the location and value of a transition point in visual effects like scale, skew, opacity.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class PathStop : ControlPoint

Inheritance: objectControlPointPathStop

Inherited Members ControlPoint.PathFractionPropertyControlPoint.PathFraction

Constructors

Initializes a new instance of the PathStop class.

C#
public PathStop()

Initializes a new instance of the PathStop class.

C#
public PathStop(double pathFraction, double value)
Parameters:pathFractiondouble

The path fraction.

valuedouble

The value.

Fields

ValueProperty

DependencyProperty

Identifies the ValueProperty dependency property.

C#
public static readonly DependencyProperty ValueProperty

Properties

Gets or sets the value.

C#
public double Value { get; set; }
Property Value:

The value.

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.

Overrides: ControlPoint.CreateInstanceCore()