menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnSubEventBuilder

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

    Constructors

    DiagramBpmnSubEventBuilder()

    Declaration
    public DiagramBpmnSubEventBuilder()

    DiagramBpmnSubEventBuilder(DiagramBpmnSubEvent)

    Declaration
    public DiagramBpmnSubEventBuilder(DiagramBpmnSubEvent model)
    Parameters
    Type Name Description
    DiagramBpmnSubEvent model

    Methods

    Annotations(Object)

    Defines the collection of textual annotations of the sub events

    Declaration
    public DiagramBpmnSubEventBuilder Annotations(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Event(BpmnEvents)

    Sets the type of the BPMN Event Start - Sets the type of the Bpmn Event as Start Intermediate - Sets the type of the Bpmn Event as Intermediate End - Sets the type of the Bpmn Event as End NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate

    Declaration
    public DiagramBpmnSubEventBuilder Event(BpmnEvents value)
    Parameters
    Type Name Description
    BpmnEvents value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Height(Double)

    Sets the height of the node

    Declaration
    public DiagramBpmnSubEventBuilder Height(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    HorizontalAlignment(HorizontalAlignment)

    Sets how to horizontally align a node with respect to its immediate parent Stretch - Stretches the diagram element throughout its immediate parent Left - Aligns the diagram element at the left of its immediate parent Right - Aligns the diagram element at the right of its immediate parent Center - Aligns the diagram element at the center of its immediate parent Auto - Aligns the diagram element based on the characteristics of its immediate parent

    Declaration
    public DiagramBpmnSubEventBuilder HorizontalAlignment(HorizontalAlignment value)
    Parameters
    Type Name Description
    HorizontalAlignment value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Id(String)

    Sets the id of the BPMN sub event

    Declaration
    public DiagramBpmnSubEventBuilder Id(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Margin(DiagramMargin)

    Defines the space to be left between the node and its immediate parent

    Declaration
    public DiagramBpmnSubEventBuilder Margin(DiagramMargin value)
    Parameters
    Type Name Description
    DiagramMargin value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Margin(Action<DiagramMarginBuilder>)

    Declaration
    public DiagramBpmnSubEventBuilder Margin(Action<DiagramMarginBuilder> margin)
    Parameters
    Type Name Description
    System.Action<DiagramMarginBuilder> margin
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Offset(DiagramPoint)

    Defines the position of the sub event

    Declaration
    public DiagramBpmnSubEventBuilder Offset(DiagramPoint value)
    Parameters
    Type Name Description
    DiagramPoint value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Offset(Action<DiagramPointBuilder>)

    Declaration
    public DiagramBpmnSubEventBuilder Offset(Action<DiagramPointBuilder> offset)
    Parameters
    Type Name Description
    System.Action<DiagramPointBuilder> offset
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Ports(Object)

    Defines the collection of connection points of the sub events

    Declaration
    public DiagramBpmnSubEventBuilder Ports(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Trigger(BpmnTriggers)

    Defines the type of the trigger None - Sets the type of the trigger as None Message - Sets the type of the trigger as Message Escalation - Sets the type of the trigger as Escalation Link - Sets the type of the trigger as Link Error - Sets the type of the trigger as Error Compensation - Sets the type of the trigger as Compensation Signal - Sets the type of the trigger as Signal Multiple - Sets the type of the trigger as Multiple Parallel - Sets the type of the trigger as Parallel Cancel - Sets the type of the trigger as Cancel Conditional - Sets the type of the trigger as Conditional Terminate - Sets the type of the trigger as Terminate

    Declaration
    public DiagramBpmnSubEventBuilder Trigger(BpmnTriggers value)
    Parameters
    Type Name Description
    BpmnTriggers value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    VerticalAlignment(VerticalAlignment)

    Sets how to vertically align a node with respect to its immediate parent Stretch - Stretches the diagram element throughout its immediate parent Top - Aligns the diagram element at the top of its immediate parent Bottom - Aligns the diagram element at the bottom of its immediate parent Center - Aligns the diagram element at the center of its immediate parent Auto - Aligns the diagram element based on the characteristics of its immediate parent

    Declaration
    public DiagramBpmnSubEventBuilder VerticalAlignment(VerticalAlignment value)
    Parameters
    Type Name Description
    VerticalAlignment value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Visible(Boolean)

    Sets the visibility of the sub event

    Declaration
    public DiagramBpmnSubEventBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    DiagramBpmnSubEventBuilder

    Width(Double)

    Sets the width of the node

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