PathStop
Class
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
Constructors
Initializes a new instance of the PathStop class.
C#
public PathStop()
Fields
ValueProperty
DependencyProperty
Identifies the ValueProperty dependency property.
C#
public static readonly DependencyProperty ValueProperty
Properties
Methods
CreateInstanceCore()
Freezable
When implemented in a derived class, creates a new instance of the Freezable derived class.
C#
protected override Freezable CreateInstanceCore()
Freezable
The new instance.
Overrides: