menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorRangeDataModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Id

    Gets or sets the unique identifier for a specific color range in the slider.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    System.String

    Start

    It is used to get the starting value for applying color.

    Declaration
    public double Start { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved