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