Show / Hide Table of Contents

Class AnimationTimeline

Inheritance
System.Object
DependencyObject
Timeline
AnimationTimeline
BooleanAnimationUsingKeyFrames
ByteAnimation
ByteAnimationUsingKeyFrames
CharAnimationUsingKeyFrames
ColorAnimation
ColorAnimationUsingKeyFrames
DecimalAnimation
DecimalAnimationUsingKeyFrames
DoubleAnimation
DoubleAnimationUsingKeyFrames
Int16Animation
Int16AnimationUsingKeyFrames
Int32Animation
Int32AnimationUsingKeyFrames
Int64Animation
Int64AnimationUsingKeyFrames
MatrixAnimationUsingKeyFrames
ObjectAnimationUsingKeyFrames
PointAnimation
PointAnimationUsingKeyFrames
RectAnimation
RectAnimationUsingKeyFrames
SingleAnimation
SingleAnimationUsingKeyFrames
SizeAnimation
SizeAnimationUsingKeyFrames
StringAnimationUsingKeyFrames
ThicknessAnimation
ThicknessAnimationUsingKeyFrames
VectorAnimation
VectorAnimationUsingKeyFrames
Inherited Members
Timeline.Completed
Timeline.AutoReverseProperty
Timeline.AutoReverse
Timeline.BeginTimeProperty
Timeline.BeginTime
Timeline.DurationProperty
Timeline.Duration
Timeline.FillBehaviorProperty
Timeline.FillBehavior
Timeline.RepeatBehaviorProperty
Timeline.RepeatBehavior
Timeline.SpeedRatioProperty
Timeline.SpeedRatio
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 abstract class AnimationTimeline : Timeline, IDependencyObject

Methods

| Improve this Doc View Source

GetNaturalDurationCore()

Declaration
protected override Duration GetNaturalDurationCore()
Returns
Type Description
Duration
Overrides
Timeline.GetNaturalDurationCore()

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