Class RadzenProgressBar
RadzenProgressBar component.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenProgressBar : object
Examples
<RadzenProgressBar @bind-Value="@value" Max="200" />
Properties
Max
Determines the maximum value.
Declaration
public double Max { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The maximum value. |
Min
Determines the minimum value.
Declaration
public double Min { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The minimum value. |
Mode
Gets or sets the mode.
Declaration
public ProgressBarMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ProgressBarMode | The mode. |
NormalizedValue
Progress in range from 0 to 1.
Declaration
protected double NormalizedValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
ProgressBarStyle
Gets or sets the progress bar style.
Declaration
public ProgressBarStyle ProgressBarStyle { get; set; }
Property Value
Type | Description |
---|---|
ProgressBarStyle | The progress bar style. |
ShowValue
Gets or sets a value indicating whether value is shown.
Declaration
public bool ShowValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Template
Gets or sets the template.
Declaration
public RenderFragment Template { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The template. |
Unit
Gets or sets the unit.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The unit. |
Value
Gets or sets the value.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The value. |
ValueChanged
Gets or sets the value changed callback.
Declaration
public Action<double> ValueChanged { get; set; }
Property Value
Type | Description |
---|---|
Action<System.Double> | The value changed callback. |
Methods
GetComponentCssClass()
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |