DevProgressBarState Property
Gets or sets the state (and fill color) of the progress bar.
Namespace: DevCase.UI.ControlsAssembly: 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; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<DefaultValueAttribute(GetType(DevProgressBarState), "Normal")>
Public Overridable Property State As DevProgressBarState
Get
Set
Dim instance As DevProgressBar
Dim value As DevProgressBarState
value = instance.State
instance.State = value
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<DefaultValueAttribute(typeof(DevProgressBarState), "Normal")>]
abstract State : DevProgressBarState with get, set
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<DefaultValueAttribute(typeof(DevProgressBarState), "Normal")>]
override State : DevProgressBarState with get, set
No code example is currently available or this language may not be supported.
Property Value
DevProgressBarState
The state (and fill color) of the progress bar.