Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved