Show / Hide Table of Contents

Class ThicknessAnimation

Implements animation for thickness

Inheritance
System.Object
DependencyObject
Freezable
Timeline
BaseAnimation<EmptyKeys.UserInterface.Thickness, ThicknessAnimation>
ThicknessAnimation
Inherited Members
BaseAnimation<Thickness, ThicknessAnimation>.from
BaseAnimation<Thickness, ThicknessAnimation>.to
BaseAnimation<Thickness, ThicknessAnimation>.by
BaseAnimation<Thickness, ThicknessAnimation>.FromProperty
BaseAnimation<Thickness, ThicknessAnimation>.From
BaseAnimation<Thickness, ThicknessAnimation>.ToProperty
BaseAnimation<Thickness, ThicknessAnimation>.To
BaseAnimation<Thickness, ThicknessAnimation>.ByProperty
BaseAnimation<Thickness, ThicknessAnimation>.By
BaseAnimation<Thickness, ThicknessAnimation>.BeginCore(UIElement)
Timeline.target
Timeline.property
Timeline.isAdditive
Timeline.Name
Timeline.AutoReverseProperty
Timeline.AutoReverse
Timeline.DurationProperty
Timeline.Duration
Timeline.EasingFunction
Timeline.RepeatBehaviorProperty
Timeline.RepeatBehavior
Timeline.IsAdditiveProperty
Timeline.IsAdditive
Timeline.IsRunning
Timeline.Begin(UIElement)
Timeline.BeginCore(UIElement)
Timeline.Stop(UIElement)
Timeline.Update(Double)
Freezable.IsFrozen
Freezable.Parent
Freezable.Changed
Freezable.Freeze()
Freezable.OnPropertyChanged(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class ThicknessAnimation : BaseAnimation<Thickness, ThicknessAnimation>

Constructors

ThicknessAnimation()

Initializes a new instance of the ThicknessAnimation class.

Declaration
public ThicknessAnimation()

Methods

UpdateCore(Double)

Updates animation core - virtual method for custom code of child animations

Declaration
protected override object UpdateCore(double progress)
Parameters
Type Name Description
System.Double progress

The progress.

Returns
Type Description
System.Object
Overrides
Timeline.UpdateCore(Double)
Back to top Generated by DocFX