Class ValueDisplayMode
Specify which text representation of the RadLinearProgressBar's progress should be displayed.
Inheritance
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ValueDisplayMode : Enum
Fields
None
No text is shown inside the progress bar.
Declaration
public const ValueDisplayMode None
Field Value
ValueDisplayMode
|
Percent
Displays the progress as percent from the range from minimum to maximum.
Declaration
public const ValueDisplayMode Percent
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
public const ValueDisplayMode Text
Field Value
ValueDisplayMode
|
Value
Displays the progress value.
Declaration
public const ValueDisplayMode Value
Field Value
ValueDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|