Show / Hide Table of Contents

Class KeySpline

This class is used by a spline key frame to define animation progress.

Inheritance
System.Object
DependencyObject
KeySpline
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 Source

KeySpline()

Initializes a new instance of the KeySpline class.

Declaration
public KeySpline()

Properties

| Improve this Doc View Source

ControlPoint1

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.

| Improve this Doc View Source

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.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source