ClassPathStop
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:
cs-api-definition
public class PathStop : ControlPoint
Inheritance: objectControlPointPathStop
Inherited Members
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.
Fields
ValueProperty
Identifies the ValueProperty dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
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