menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarRangeColorBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarRangeColorBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ProgressBarRangeColorBuilder
    Namespace: Syncfusion.EJ2.ProgressBar
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ProgressBarRangeColorBuilder : ControlBuilder

    Constructors

    ProgressBarRangeColorBuilder()

    Declaration
    public ProgressBarRangeColorBuilder()

    ProgressBarRangeColorBuilder(List<ProgressBarRangeColor>)

    Declaration
    public ProgressBarRangeColorBuilder(List<ProgressBarRangeColor> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<ProgressBarRangeColor> collection

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    color

    Declaration
    public ProgressBarRangeColorBuilder Color(string color)
    Parameters
    Type Name Description
    System.String color
    Returns
    Type
    ProgressBarRangeColorBuilder

    End(Double)

    end

    Declaration
    public ProgressBarRangeColorBuilder End(double end)
    Parameters
    Type Name Description
    System.Double end
    Returns
    Type
    ProgressBarRangeColorBuilder

    Start(Double)

    start

    Declaration
    public ProgressBarRangeColorBuilder Start(double start)
    Parameters
    Type Name Description
    System.Double start
    Returns
    Type
    ProgressBarRangeColorBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved