Class
ProgressBarLabelTemplateContext

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class ProgressBarLabelTemplateContext

Inheritance: objectProgressBarLabelTemplateContext

Constructors

ProgressBarLabelTemplateContext()

Declaration

cs-api-definition
public ProgressBarLabelTemplateContext()

Properties

Value

The progress value.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double