Class BpmnMessage
Represents the transferring of information into or out of an Activity in the diagram.
Inherited Members
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
Implements
System.ICloneable