Skip to content

Commit 99d91ac

Browse files
committed
902553: Ug Issue Resolved
1 parent f297871 commit 99d91ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

blazor/diagram/nodes/expand-and-collapse.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,7 @@ The following code explains how to change the appearance of the Icon using [Fill
392392
Width = 20,
393393
PathData = "M540.3643,137.9336L546.7973,159.7016L570.3633,159.7296L550.7723,171.9366L558.9053,194.9966L540.3643,179.4996L521.8223,194.9966L529.9553,171.9366L510.3633,159.7296L533.9313,159.7016L540.3643,137.9336z",
394394
CornerRadius = 10,
395-
Fill = "Gray",
396-
BorderWidth = 3,
395+
Fill = "Gray",
397396
},
398397
CollapseIcon = new DiagramCollapseIcon()
399398
{
@@ -402,7 +401,6 @@ The following code explains how to change the appearance of the Icon using [Fill
402401
Width = 20,
403402
Fill = "Gray",
404403
BorderColor = "Blue",
405-
BorderWidth = 3,
406404
},
407405
};
408406
nodes.Add(node1);

0 commit comments

Comments
 (0)