menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeBorderBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeBorderBuilder
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugeBorderBuilder : ControlBuilder

    Constructors

    LinearGaugeBorderBuilder()

    Declaration
    public LinearGaugeBorderBuilder()

    LinearGaugeBorderBuilder(LinearGaugeBorder)

    Declaration
    public LinearGaugeBorderBuilder(LinearGaugeBorder model)
    Parameters
    Type Name Description
    LinearGaugeBorder model

    Methods

    Color(String)

    Sets and gets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.

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

    DashArray(String)

    Sets and gets the dash-array of the border.

    Declaration
    public LinearGaugeBorderBuilder DashArray(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeBorderBuilder

    Width(Double)

    Sets and gets the width of the border.

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