Click or drag to resize

LoadingIndicatorIsActive Property

Gets or sets a value indicating whether the loading indicator is active or hidden.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public bool IsActive { get; set; }

Property Value

Type: Boolean
true if this instance is active; otherwise, false.
See Also