New to Telerik UI for BlazorStart a free 30-day trial

The context class for the template of the progress bar label.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class ProgressBarLabelTemplateContext

Inheritance: objectProgressBarLabelTemplateContext

Constructors

C#
public ProgressBarLabelTemplateContext()

Properties

The progress value.

C#
public double Value { get; set; }