menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramStopBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramStopBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramStopBuilder : ControlBuilder

    Constructors

    DiagramStopBuilder()

    Declaration
    public DiagramStopBuilder()

    DiagramStopBuilder(List<DiagramStop>)

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

    Methods

    Add()

    Declaration
    public void Add()

    Color(String)

    Sets the color to be filled over the specified region

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

    Offset(Double)

    Sets the position where the previous color transition ends and a new color transition starts

    Declaration
    public DiagramStopBuilder Offset(double offset)
    Parameters
    Type Name Description
    System.Double offset
    Returns
    Type
    DiagramStopBuilder

    Opacity(Double)

    Describes the transparency level of the region

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