menu

Blazor

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

    Show / Hide Table of Contents

    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.

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved