ConsoleProgressBarAnimationVisible Property
Gets or sets a value indicating whether the animation secuence is visible in the progress bar.
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 bool AnimationVisible { get; set; }
Public Property AnimationVisible As Boolean
Get
Set
Dim instance As ConsoleProgressBar
Dim value As Boolean
value = instance.AnimationVisible
instance.AnimationVisible = value
public:
property bool AnimationVisible {
bool get ();
void set (bool value);
}
member AnimationVisible : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean
A value indicating whether the animation secuence is visible in the progress bar.