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 Path
Declaration
public PathStop(double pathFraction, double value)
Parameters
System. The path fraction. |
System. The value. |
Fields
ValueProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
System.
|
Properties
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
System. The value. |
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the System.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System. The new instance. |