ProgressBarPercentage Property

Gets the overall percentage complete of the progress

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public double Percentage { get; }

Property Value

Double

Remarks

This read-only property is automatically calculated using the current Value and the effective range (Maximum - Minimum).

See Also