You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/diagram/bpmn-shapes.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -527,21 +527,21 @@ Artifact is used to show additional information about a process in order to make
527
527
528
528
## Text annotation
529
529
530
-
* A BPMN object can be associated with a text annotation which does not affect the flow but gives details about objects within a flow. The annotation property of the node is used to connect an annotation element to the BPMN node.
530
+
* A BPMN object can be associated with a text annotation which does not affect the flow but gives details about objects within a flow.
531
531
532
-
*The annotation element can be displaced into a different position interactively by dragging the annotation to a particular position.
532
+
*A TextAnnotation points to or references another BPMN shape, which we call the `textAnnotationTarget` of the textAnnotation. When a target shape is moved or deleted, any TextAnnotations attached to the shape will be moved or deleted too. Thus, the TextAnnotations remain with their target shapes though you can reposition the TextAnnotation to any offset from its target. The `textAnnotationTarget` property of the BpmnTextAnnotation is used to connect an annotation element to the BPMN Node.
533
533
534
534
* The annotation element can be switched from a BPMN node to another BPMN node simply by dragging the source end of the annotation connector into the other BPMN node.
535
535
536
-
*The annotation angle property is used to set the angle between the BPMN shape and the annotation.
536
+
*By default, the TextAnnotation shape has a connection.
537
537
538
-
* The annotation direction property is used to set the direction of the text annotation.
538
+
* The `textAnnotationDirection`property is used to set the shape direction of the text annotation.
539
539
540
-
*To set the size for text annotation, use width and height properties.
540
+
*By default, the `textAnnotationDirection` is set to a Auto.
541
541
542
-
*The annotation length property is used to set the distance between the BPMN shape and the annotation.
542
+
*To set the size for text annotation, use the `width` and `height` properties of the node.
543
543
544
-
* The annotation text property defines the additional information about the flow object in a BPMN process.
544
+
* The `offsetX` and `offsetY` properties are used to set the distance between the BPMN node and the TextAnnotation.
0 commit comments