ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramLaneBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramLaneBuilder

    Inheritance
    System.Object
    ControlBuilder
    DiagramLaneBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramLaneBuilder : ControlBuilder

    Constructors

    DiagramLaneBuilder()

    Declaration
    public DiagramLaneBuilder()

    DiagramLaneBuilder(List<DiagramLane>)

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

    Methods

    Add()

    Declaration
    public void Add()

    CanMove(Boolean)

    Defines when the lane to be interchanged or not

    Declaration
    public DiagramLaneBuilder CanMove(bool canMove)
    Parameters
    Type Name Description
    System.Boolean canMove
    Returns
    Type Description
    DiagramLaneBuilder

    Children(Object)

    Defines the collection of child nodes

    Declaration
    public DiagramLaneBuilder Children(object children)
    Parameters
    Type Name Description
    System.Object children
    Returns
    Type Description
    DiagramLaneBuilder

    Header(DiagramHeader)

    Defines the collection of header in the phase.

    Declaration
    public DiagramLaneBuilder Header(DiagramHeader header)
    Parameters
    Type Name Description
    DiagramHeader header
    Returns
    Type Description
    DiagramLaneBuilder

    Header(Action<DiagramHeaderBuilder>)

    Declaration
    public DiagramLaneBuilder Header(Action<DiagramHeaderBuilder> header)
    Parameters
    Type Name Description
    System.Action<DiagramHeaderBuilder> header
    Returns
    Type Description
    DiagramLaneBuilder

    Height(Double)

    Defines the height of the phase

    Declaration
    public DiagramLaneBuilder Height(double height)
    Parameters
    Type Name Description
    System.Double height
    Returns
    Type Description
    DiagramLaneBuilder

    Id(String)

    Sets the id of the lane

    Declaration
    public DiagramLaneBuilder Id(string id)
    Parameters
    Type Name Description
    System.String id
    Returns
    Type Description
    DiagramLaneBuilder

    Style(DiagramShapeStyle)

    Sets style of the lane

    Declaration
    public DiagramLaneBuilder Style(DiagramShapeStyle style)
    Parameters
    Type Name Description
    DiagramShapeStyle style
    Returns
    Type Description
    DiagramLaneBuilder

    Style(Action<DiagramShapeStyleBuilder>)

    Declaration
    public DiagramLaneBuilder Style(Action<DiagramShapeStyleBuilder> style)
    Parameters
    Type Name Description
    System.Action<DiagramShapeStyleBuilder> style
    Returns
    Type Description
    DiagramLaneBuilder

    Width(Double)

    Defines the height of the phase

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