DevProgressBarPercentage Property
Gets the current percentage 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(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DefaultValueAttribute(typeof(double), "0")]
public double Percentage { get; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute(GetType(Double), "0")>
Public ReadOnly Property Percentage As Double
Get
Dim instance As DevProgressBar
Dim value As Double
value = instance.Percentage
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DefaultValueAttribute(typeof(double), L"0")]
property double Percentage {
double get ();
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
[<DefaultValueAttribute(typeof(float), "0")>]
member Percentage : float with get
No code example is currently available or this language may not be supported.
Property Value
Double
The current percentage of the progress bar.