Class ColorRange
This class represent the color, start and end position of slider track.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ColorRange
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorRange : SfBaseComponent
Constructors
ColorRange()
Declaration
public ColorRange()
Properties
Color
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
End
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Start
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()