ConsoleProgressBarAnimationSpeed Property

Gets or sets the speed (framerate) of the animation secuence defined in Animation.

Default value is: 125 milliseconds.

Definition

Namespace: DevCase.Core.Application.Console
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TimeSpan AnimationSpeed { get; set; }

Property Value

TimeSpan
The speed (framerate) of the animation secuence defined in Animation.

See Also