ConsoleProgressBarAnimationSpeed Property
Gets or sets the speed (framerate) of the animation secuence defined in
Animation.
Default value is: 125 milliseconds.
Namespace: DevCase.Core.Application.ConsoleAssembly: 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; }
Public Property AnimationSpeed As TimeSpan
Get
Set
Dim instance As ConsoleProgressBar
Dim value As TimeSpan
value = instance.AnimationSpeed
instance.AnimationSpeed = value
member AnimationSpeed : TimeSpan with get, set
No code example is currently available or this language may not be supported.
Property Value
TimeSpan
The speed (framerate) of the animation secuence defined in
Animation.