Click or drag to resize

ControlMediaModelSpeed Property

Sets the speed of the animation.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public double Speed { get; set; }

Property Value

Type: Double
Remarks

If the Speed is set to 0, the animation will be stopped. This value cannot be negative as reverse play is not supported.

See Also