Skip to content

Commit f297871

Browse files
committed
902553: Ug Issue Resolved
1 parent 9258bfe commit f297871

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,8 +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+
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,
393395
Fill = "Gray",
394-
BorderColor = "Blue",
395396
BorderWidth = 3,
396397
},
397398
CollapseIcon = new DiagramCollapseIcon()

0 commit comments

Comments
 (0)