Class ColorRange
This class represent the color, start and end position of slider track.
Inheritance
System.Object
ColorRange
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorRange : OwningComponentBase
Constructors
ColorRange()
Declaration
public ColorRange()
Properties
Color
Get and set the Color.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
End
Get and set the End.
Declaration
public double End { get; set; }
Property Value
Type |
---|
System.Double |
Start
Get and set the start.
Declaration
public double Start { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | "Task" representing the asynchronous operation. |