Class ColorRangeDataModel
class for holding ColorRange properties arguments.
Inheritance
System.Object
ColorRangeDataModel
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorRangeDataModel : Object
Constructors
ColorRangeDataModel()
Declaration
public ColorRangeDataModel()
Properties
Color
It is used to set the color in the slider bar.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
End
It is used to get the end value for applying color.
Declaration
public double End { get; set; }
Property Value
Type |
---|
System.Double |
Start
It is used to get the starting value for applying color.
Declaration
public double Start { get; set; }
Property Value
Type |
---|
System.Double |