Class ThicknessAnimationUsingKeyFrames
Inheritance
System.Object
ThicknessAnimationUsingKeyFrames
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 ThicknessAnimationUsingKeyFrames : AnimationTimeline, IDependencyObject
Constructors
| Improve this Doc View SourceThicknessAnimationUsingKeyFrames()
Initializes a new instance of the ThicknessAnimationUsingKeyFrames class.
Declaration
public ThicknessAnimationUsingKeyFrames()
Properties
| Improve this Doc View SourceKeyFrames
Gets or sets the collection of ThicknessKeyFrame objects that define the animation.
Declaration
public ThicknessKeyFrameCollection KeyFrames { get; set; }
Property Value
Type | Description |
---|---|
ThicknessKeyFrameCollection | The collection of ThicknessKeyFrame objects that define the animation. The default value is an empty collection. |
Methods
| Improve this Doc View SourceGetNaturalDurationCore()
Declaration
protected sealed override Duration GetNaturalDurationCore()
Returns
Type | Description |
---|---|
Duration |