Class ProgressBarLabelTemplateContext
The context class for the template of the progress bar label.
Inheritance
System.Object
ProgressBarLabelTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class ProgressBarLabelTemplateContext : Object
Constructors
ProgressBarLabelTemplateContext()
Declaration
public ProgressBarLabelTemplateContext()
Properties
Value
The progress value.
Declaration
public double Value { get; set; }
Property Value
System.Double
|