Skip to content

Commit 56d67b4

Browse files
1007098: Code standard validation for code example
1 parent a88d924 commit 56d67b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Diagram/Server/Pages/UserHandle/VisibleofUserhandle.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
Name = "changeCursor",
154154
Offset = 0.5,
155-
Source = "https://www.w3schools.com/images/w3schools_green.jpg",
155+
ImageUrl = "https://www.w3schools.com/images/w3schools_green.jpg",
156156
Visible = true,
157157
Side = Direction.Bottom,
158158
Margin = new DiagramThickness { Top = 0, Bottom = 0, Left = 0, Right = 0 },

Diagram/Wasm/Pages/UserHandle/VisibleofUserhandle.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
Name = "changeCursor",
154154
Offset = 0.5,
155-
Source = "https://www.w3schools.com/images/w3schools_green.jpg",
155+
ImageUrl = "https://www.w3schools.com/images/w3schools_green.jpg",
156156
Visible = true,
157157
Side = Direction.Bottom,
158158
Margin = new DiagramThickness { Top = 0, Bottom = 0, Left = 0, Right = 0 },

0 commit comments

Comments
 (0)