menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ProgressBarBorderBuilder

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

    Constructors

    ProgressBarBorderBuilder()

    Declaration
    public ProgressBarBorderBuilder()

    ProgressBarBorderBuilder(ProgressBarBorder)

    Declaration
    public ProgressBarBorderBuilder(ProgressBarBorder model)
    Parameters
    Type Name Description
    ProgressBarBorder model

    Methods

    Color(String)

    The color of the border that accepts value in hex as a valid CSS color string.

    Declaration
    public ProgressBarBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ProgressBarBorderBuilder

    Width(Double)

    The width of the border in pixels.

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