Class
PathStop

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:

cs-api-definition
public class PathStop : ControlPoint

Inheritance: objectControlPointPathStop

Inherited Members ControlPoint.PathFractionPropertyControlPoint.PathFraction

Constructors

PathStop()

Initializes a new instance of the PathStop class.

Declaration

cs-api-definition
public PathStop()

PathStop(double, double)

Initializes a new instance of the PathStop class.

Declaration

cs-api-definition
public PathStop(double pathFraction, double value)

Parameters

pathFraction

double

The path fraction.

value

double

The value.

Fields

ValueProperty

Identifies the ValueProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

Value

Gets or sets the value.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public double Value { get; set; }

Property Value

double

The value.

Methods

CreateInstanceCore()

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.

Overrides ControlPoint.CreateInstanceCore()