Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified blazor/diagram/images/SmoothnessBoth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/diagram/images/SymmetricAngle.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/diagram/images/SymmetricDistance.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/diagram/images/SymmetricNone.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/diagram/images/bezierOverlap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified blazor/diagram/images/blazor-diagram-DiagramIcon1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions blazor/diagram/nodes/expand-and-collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ The following code explains how to change the appearance of the Icon using [Fill
Shape = DiagramExpandIcons.Path,
Height = 20,
Width = 20,
Fill = "Gray",
BorderColor = "Blue",
BorderWidth = 3,
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",
CornerRadius = 10,
Fill = "Gray",
},
CollapseIcon = new DiagramCollapseIcon()
{
Expand All @@ -401,7 +401,6 @@ The following code explains how to change the appearance of the Icon using [Fill
Width = 20,
Fill = "Gray",
BorderColor = "Blue",
BorderWidth = 3,
},
};
nodes.Add(node1);
Expand Down