Class ThicknessAnimation
Implements animation for thickness
Inheritance
System.Object
ThicknessAnimation
Inherited Members
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 |