AnimatedAttributeVariable<System.Drawing.Color>.AnimatedAttributeVariable<System::Drawing::Color> Constructor
Initializes a new instance of the AnimatedAttributeVariable<System.Drawing.Color> that returns a value by evaluating the specified expression.
AnimatedAttributeVariable(ColorAttributeVariable fromValue, ColorAttributeVariable toValue, System.Double duration)
Initializes a new instance of the AnimatedAttributeVariable<System.Drawing.Color> that returns a value by evaluating the specified expression. Syntax
public AnimatedAttributeVariable< System.Drawing.Color >(
AttributeVariable< System.Drawing.Color > fromValue,
AttributeVariable< System.Drawing.Color > toValue,
System.Double duration
);
Parameters
The start value of the animation.
The value when the animation stops.
The length of the animation in seconds.
Remarks
The constructor initializes an animation that runs once over duration seconds and returns a linear interpolation between fromValue and toValue.
An exception is thrown if either fromValue or toValue is an animated attribute variable.
Platforms
Windows, Linux, Android