Class ValueDisplayMode
Specify which text representation of the Rad
Inheritance
System.Object
ValueDisplayMode
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
Percent
Displays the progress as percent from the range from minimum to maximum.
Declaration
public const ValueDisplayMode Percent
Field Value
Text
Shows custom text inside the progress bar label. You would need to combine it with Custom
Declaration
public const ValueDisplayMode Text
Field Value
Value
Displays the progress value.
Declaration
public const ValueDisplayMode Value
Field Value
value__
Declaration
public int value__
Field Value
System.
|