ProgressBarPercentage Property
Gets the overall percentage complete of the progress
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public double Percentage { get; }
Public ReadOnly Property Percentage As Double
Get
member Percentage : float with get
Property Value
Double
This read-only property is automatically calculated using the current
Value and
the effective range (
Maximum -
Minimum).