menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class LinearGaugeLinearGradientBuilder

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

    Constructors

    LinearGaugeLinearGradientBuilder()

    Declaration
    public LinearGaugeLinearGradientBuilder()

    LinearGaugeLinearGradientBuilder(LinearGaugeLinearGradient)

    Declaration
    public LinearGaugeLinearGradientBuilder(LinearGaugeLinearGradient model)
    Parameters
    Type Name Description
    LinearGaugeLinearGradient model

    Methods

    ColorStop(Action<LinearGaugeColorStopBuilder>)

    Declaration
    public LinearGaugeLinearGradientBuilder ColorStop(Action<LinearGaugeColorStopBuilder> colorStop)
    Parameters
    Type Name Description
    System.Action<LinearGaugeColorStopBuilder> colorStop
    Returns
    Type
    LinearGaugeLinearGradientBuilder

    ColorStop(List<LinearGaugeColorStop>)

    Specifies the color, opacity, offset and style of the linear gradient.

    Declaration
    public LinearGaugeLinearGradientBuilder ColorStop(List<LinearGaugeColorStop> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<LinearGaugeColorStop> value
    Returns
    Type
    LinearGaugeLinearGradientBuilder

    EndValue(String)

    Specifies the end value of the linear gradient.

    Declaration
    public LinearGaugeLinearGradientBuilder EndValue(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeLinearGradientBuilder

    StartValue(String)

    Specifies the start value of the linear gradient.

    Declaration
    public LinearGaugeLinearGradientBuilder StartValue(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    LinearGaugeLinearGradientBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved