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