New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsNonePercentTextValue
Not finding the help you need?
Contact Support