diff --git a/wpf/Diagram/BPMN-Shapes/BPMN-Activity.md b/wpf/Diagram/BPMN-Shapes/BPMN-Activity.md index 7e2d0fb4e7..0b058152b5 100644 --- a/wpf/Diagram/BPMN-Shapes/BPMN-Activity.md +++ b/wpf/Diagram/BPMN-Shapes/BPMN-Activity.md @@ -219,9 +219,8 @@ The following table contains various types of BPMN loops. ### Compensation -Compensation is triggered when the operation is partially failed and enabled it with the compensation property in both task and the collapsed subprocess. To create a compensation, you have to enable the [IsCompensationActivity](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsCompensationActivity) property of the BpmnNodeViewModel. +Compensation is triggered when the operation is partially failed and enabled it with the compensation property in both task and the collapsed subprocess. To create a compensation, you have to enable the [IsCompensationActivity](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsCompensationActivity) property of the BpmnNodeViewModel. By default, the IsCompensationActivity property is false. ->Note: By default, the IsCompensationActivity property is false. {% tabs %} {% highlight xaml %} @@ -266,9 +265,7 @@ BpmnNodeViewModel node = new BpmnNodeViewModel() ### Call -A Call activity is a global sub-process that is reused at various points of the business flow. To create a Call activity, you have to enable the [IsCallActivity](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsCallActivity) property of the BpmnNodeViewModel. - ->Note: By default, the IsCallActivity property is false. +A Call activity is a global sub-process that is reused at various points of the business flow. To create a Call activity, you have to enable the [IsCallActivity](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsCallActivity) property of the BpmnNodeViewModel. By default, the IsCallActivity property is false. {% tabs %} {% highlight xaml %} @@ -313,9 +310,8 @@ BpmnNodeViewModel node = new BpmnNodeViewModel() ### Ad-Hoc -An ad-hoc subprocess is a group of tasks that are executed in any order or skipped in order to fulfill the end condition. To create a ad-hoc activity, you have to enable the [`IsAdhocActivity`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsAdhocActivity) property of the BpmnNodeViewModel. +An ad-hoc subprocess is a group of tasks that are executed in any order or skipped in order to fulfill the end condition. To create a ad-hoc activity, you have to enable the [`IsAdhocActivity`](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Diagram.BpmnNodeViewModel.html#Syncfusion_UI_Xaml_Diagram_BpmnNodeViewModel_IsAdhocActivity) property of the BpmnNodeViewModel. By default, the IsAdhocActivity property is false. ->Note: By default, the IsAdhocActivity property is false. {% tabs %} {% highlight xaml %} diff --git a/wpf/Diagram/Getting-Started.md b/wpf/Diagram/Getting-Started.md index ab05f52b35..d7b6ed656d 100644 --- a/wpf/Diagram/Getting-Started.md +++ b/wpf/Diagram/Getting-Started.md @@ -210,7 +210,7 @@ Please refer to [Shapes](https://help.syncfusion.com/wpf/diagram/shapes) to know @@ -524,17 +524,17 @@ xmlns:stencil="clr-namespace:Syncfusion.UI.Xaml.Diagram.Stencil;assembly=Syncfus - - + - - - - - + + + + + - @@ -549,14 +549,14 @@ xmlns:stencil="clr-namespace:Syncfusion.UI.Xaml.Diagram.Stencil;assembly=Syncfus - - - - - - - - + + + + + + + + {% endhighlight %} {% highlight c# %} @@ -644,13 +644,17 @@ Declare the style for node, connector, symbol, and symbol group to visualize the {% tabs %} {% highlight xaml %} + + +xmlns:stencil="clr-namespace:syncfusion.UI.Xaml.Diagram.Stencil;assembly=syncfusion.SfDiagram.WPF" + - - - - - + - - - - - - - - + + + + + + + {% endhighlight %} @@ -922,7 +925,7 @@ SfDiagram supports various built-in themes. Refer to the below links to apply th ![WPF Diagram Theme](getting-started_images\wpf-diagram-theme.jpg) -N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Theme) +[View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-Diagram-Examples/tree/master/Samples/Theme) ## See Also diff --git a/wpf/diagram/getting-started_images/wpf-diagram-interact-with-stencil.gif b/wpf/diagram/getting-started_images/wpf-diagram-interact-with-stencil.gif index 82c9182da9..d1b6dc7626 100644 Binary files a/wpf/diagram/getting-started_images/wpf-diagram-interact-with-stencil.gif and b/wpf/diagram/getting-started_images/wpf-diagram-interact-with-stencil.gif differ diff --git a/wpf/diagram/getting-started_images/wpf-diagram-stencil-output.png b/wpf/diagram/getting-started_images/wpf-diagram-stencil-output.png index cf91152846..c9f3772f45 100644 Binary files a/wpf/diagram/getting-started_images/wpf-diagram-stencil-output.png and b/wpf/diagram/getting-started_images/wpf-diagram-stencil-output.png differ