Class SolidColorBrushAnimation
Implements Solid Color Brush animation
Inheritance
System.Object
SolidColorBrushAnimation
Inherited Members
Namespace: EmptyKeys.UserInterface.Media.Animation
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class SolidColorBrushAnimation : BaseAnimation<ColorW, SolidColorBrushAnimation>
Constructors
SolidColorBrushAnimation()
Initializes a new instance of the SolidColorBrushAnimation class.
Declaration
public SolidColorBrushAnimation()
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 |