ValueDisplayMode
Enum
Specify which text representation of the RadLinearProgressBar's progress should be displayed.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ValueDisplayMode
Fields
No text is shown inside the progress bar.
C#
None = 3
Displays the progress as percent from the range from minimum to maximum.
C#
Percent = 0
Shows custom text inside the progress bar label. You would need to combine it with CustomText property of the ProgressBar.
C#
Text = 2
Displays the progress value.
C#
Value = 1