Skip to content

Commit 9be5050

Browse files
committed
965225: Readme file updated
1 parent e9dbf83 commit 9be5050

File tree

13 files changed

+24
-21
lines changed

13 files changed

+24
-21
lines changed

UG-Samples/Annotations/AdditionalInfoProperty/AdditionalInfoProperty/AdditionalInfoProperty_NET6.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
11+
<PackageReference Include="Syncfusion.Blazor.Themes" Version="*" />
1112
</ItemGroup>
1213

1314
<ItemGroup>

UG-Samples/Annotations/AdditionalInfoProperty/AdditionalInfoProperty/AdditionalInfoProperty_NET8.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Syncfusion.Blazor.Diagram" Version="*" />
11+
<PackageReference Include="Syncfusion.Blazor.Themes" Version="*" />
1112
</ItemGroup>
1213

1314
<ItemGroup>

UG-Samples/Annotations/AdditionalInfoProperty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Annotation sample
22

3-
This sample demonstrates how to add an annotation at run time.
3+
This sample demonstrates how to add an annotation's additional info property.
44

55
## Prerequisites
66

UG-Samples/Annotations/RotationAngleProperty/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# Rotation Angle
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to add rotation angle for annotation.
44

55

66
## Prerequisites

UG-Samples/Nodes/Appearance/BorderColor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# Border Color
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to update the border color for a node.
44

55

66
## Prerequisites

UG-Samples/Nodes/Appearance/BorderWidth/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Resize
1+
# Border Width
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
4+
This sample demonstrates how to update the border width for a node.
45

56

67
## Prerequisites

UG-Samples/Nodes/ExpandAndCollapse/ExpanCollapseMargin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# Expand Collapse Margin
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to update the margin for the expand/collapse icon.
44

55

66
## Prerequisites

UG-Samples/Nodes/ExpandAndCollapse/ExpanCollapsePadding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# Expand Collapse Padding
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to update the padding for the expand/collapse icon.
44

55

66
## Prerequisites

UG-Samples/Nodes/Interaction/RotateAngleProperty/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# Rotation Angle Property
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to update the rottation angle property for a node.
44

55

66
## Prerequisites

UG-Samples/Shapes/BPMNShape/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Resize
1+
# BPMN shape
22

3-
This sample demonstrates how to resize the node by using the Scale method.
3+
This sample demonstrates how to update the BPMN shape.
44

55

66
## Prerequisites

0 commit comments

Comments
 (0)