Skip to content

Commit 0307698

Browse files
906280: SpaceAdded
1 parent 684a6b2 commit 0307698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

KB-Samples/TextwrapTooltip/Pages/Index.razor

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Height = 100,
2020
OffsetX = 100,
2121
OffsetY = 100,
22-
Tooltip = new DiagramTooltip() { Content = "YourExcessContent" }, // Display excess content
22+
Tooltip = new DiagramTooltip() { Content = "Your Excess Content" }, // Display excess content
2323
Constraints = NodeConstraints.Default | NodeConstraints.Tooltip, // Enable tooltip
2424
Style = new ShapeStyle() { Fill = "#6495ED", StrokeColor = "white" },
2525
Annotations = new DiagramObjectCollection<ShapeAnnotation>()
@@ -38,6 +38,8 @@
3838
}
3939
};
4040
nodes.Add(node);
41+
42+
4143

4244
}
4345
}

0 commit comments

Comments
 (0)