Class KeySpline
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
[NotImplemented]
public sealed class KeySpline : DependencyObject
Properties
| Improve this Doc View SourceControlPoint1
Gets or sets the first control point used to define a Bezier curve that describes a KeySpline.
Declaration
[NotImplemented]
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
[NotImplemented]
public Point ControlPoint2 { get; set; }
Property Value
Type | Description |
---|---|
Point | The second control point used to define a Bezier curve that describes a KeySpline. |