menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramBpmnSubEvent

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramBpmnSubEvent
    BpmnTransactionSubProcessCancelTransaction
    BpmnTransactionSubProcessFailureTransaction
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramBpmnSubEvent : EJTagHelper

    Constructors

    DiagramBpmnSubEvent()

    Declaration
    public DiagramBpmnSubEvent()

    Properties

    Annotations

    Defines the collection of textual annotations of the sub events

    Declaration
    public object Annotations { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Event

    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 BpmnEvents Event { get; set; }
    Property Value
    Type Description
    BpmnEvents

    The default value is BpmnEvents.Start

    Height

    Sets the height of the node

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is NaN

    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 HorizontalAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    HorizontalAlignment

    The default value is HorizontalAlignment.Center

    Id

    Sets the id of the BPMN sub event

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    Margin

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

    Declaration
    public DiagramMargin Margin { get; set; }
    Property Value
    Type Description
    DiagramMargin

    The default value is null

    Offset

    Defines the position of the sub event

    Declaration
    public DiagramPoint Offset { get; set; }
    Property Value
    Type Description
    DiagramPoint

    The default value is null

    Ports

    Defines the collection of connection points of the sub events

    Declaration
    public object Ports { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Trigger

    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 BpmnTriggers Trigger { get; set; }
    Property Value
    Type Description
    BpmnTriggers

    The default value is BpmnTriggers.None

    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 VerticalAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    VerticalAlignment

    The default value is VerticalAlignment.Center

    Visible

    Sets the visibility of the sub event

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Width

    Sets the width of the node

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is NaN

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved