Enum
ValueDisplayMode

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.

Declaration

cs-api-definition
None = 3

Field Value

ValueDisplayMode

Percent

Displays the progress as percent from the range from minimum to maximum.

Declaration

cs-api-definition
Percent = 0

Field Value

ValueDisplayMode

Text

Shows custom text inside the progress bar label. You would need to combine it with CustomText property of the ProgressBar.

Declaration

cs-api-definition
Text = 2

Field Value

ValueDisplayMode

Value

Displays the progress value.

Declaration

cs-api-definition
Value = 1

Field Value

ValueDisplayMode

In this article
DefinitionFieldsNonePercentTextValue
Not finding the help you need?
Contact Support