Class KeySpline
This class is used by a spline key frame to define animation progress.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media.Animation
Assembly: OpenSilver.dll
Syntax
public sealed class KeySpline : DependencyObject, IDependencyObject
Constructors
| Improve this Doc View SourceKeySpline()
Initializes a new instance of the KeySpline class.
Declaration
public KeySpline()
Properties
| Improve this Doc View SourceControlPoint1
Gets or sets the first control point used to define a Bezier curve that describes a KeySpline.
Declaration
public Point ControlPoint1 { get; set; }
Property Value
Type | Description |
---|---|
Point | The first control point used to define a Bezier curve that describes a KeySpline. |
ControlPoint2
Gets or sets the second control point used to define a Bezier curve that describes a KeySpline.
Declaration
public Point ControlPoint2 { get; set; }
Property Value
Type | Description |
---|---|
Point | The second control point used to define a Bezier curve that describes a KeySpline. |