Skip to content

Commit b24dd97

Browse files
Merge pull request #4785 from syncfusion-content/ES-902553-UGResolved
902553: Ug Issue Resolved
2 parents 9258bfe + 99d91ac commit b24dd97

File tree

7 files changed

+3
-4
lines changed

7 files changed

+3
-4
lines changed
32 Bytes
Loading
79.6 KB
Loading
139 KB
Loading
-3.68 KB
Loading
-163 Bytes
Loading
821 Bytes
Loading

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ The following code explains how to change the appearance of the Icon using [Fill
390390
Shape = DiagramExpandIcons.Path,
391391
Height = 20,
392392
Width = 20,
393-
Fill = "Gray",
394-
BorderColor = "Blue",
395-
BorderWidth = 3,
393+
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",
394+
CornerRadius = 10,
395+
Fill = "Gray",
396396
},
397397
CollapseIcon = new DiagramCollapseIcon()
398398
{
@@ -401,7 +401,6 @@ The following code explains how to change the appearance of the Icon using [Fill
401401
Width = 20,
402402
Fill = "Gray",
403403
BorderColor = "Blue",
404-
BorderWidth = 3,
405404
},
406405
};
407406
nodes.Add(node1);

0 commit comments

Comments
 (0)