Class ObjectKeyFrame
Defines an animation segment with its own target value and interpolation method for an ObjectAnimationUsingKeyFrames.
Implements
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 class ObjectKeyFrame : DependencyObject, IKeyFrame
Fields
| Improve this Doc View SourceKeyTimeProperty
Identifies the KeyTime dependency property.
Declaration
public static readonly DependencyProperty KeyTimeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ValueProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceKeyTime
Gets or sets the time at which the key frame's target Value should be reached.
Declaration
public KeyTime KeyTime { get; set; }
Property Value
Type | Description |
---|---|
KeyTime |
Value
Gets or sets the key frame's target value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |