Class PathStop
Describes the location and value of a transition point in visual effects like scale, skew, opacity.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class PathStop : ControlPoint
Constructors
PathStop()
PathStop(Double, Double)
Initializes a new instance of the PathStop class.
Declaration
public PathStop(double pathFraction, double value)
Parameters
System.Double
pathFraction
The path fraction. |
System.Double
value
The value. |
Fields
ValueProperty
Identifies the ValueProperty dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System.Double
The value. |
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.Windows.Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |