menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BpmnMessage - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BpmnMessage

    Represents the transferring of information into or out of an Activity in the diagram.

    Inheritance
    System.Object
    DiagramObject
    Shape
    BpmnMessage
    Implements
    IDiagramObject
    System.ICloneable
    Inherited Members
    DiagramObject.GetParent()
    DiagramObject.OnPropertyChanged(String, Object, Object, IDiagramObject)
    Shape.Type
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BpmnMessage : Shape, IDiagramObject, ICloneable
    Examples
    Node node = new Node()
    {
        ID = "node1",          
        Width = 70,
        Height = 70, 
        OffsetX = 100,
        OffsetY = 300,
        Shape = new BpmnMessage() 
    };

    Constructors

    BpmnMessage()

    Initializes a new instance of the BpmnMessage class.

    Declaration
    public BpmnMessage()

    Methods

    Clone()

    Creates a new BpmnMessage object that is a copy of the current BpmnMessage object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    it returns BpmnMessage

    Overrides
    Shape.Clone()

    Implements

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