DevProgressBarState Property

Gets or sets the state (and fill color) of the progress bar.

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute(typeof(DevProgressBarState), "Normal")]
public virtual DevProgressBarState State { get; set; }

Property Value

DevProgressBarState
The state (and fill color) of the progress bar.

See Also