We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684a6b2 commit 0307698Copy full SHA for 0307698
KB-Samples/TextwrapTooltip/Pages/Index.razor
@@ -19,7 +19,7 @@
19
Height = 100,
20
OffsetX = 100,
21
OffsetY = 100,
22
- Tooltip = new DiagramTooltip() { Content = "YourExcessContent" }, // Display excess content
+ Tooltip = new DiagramTooltip() { Content = "Your Excess Content" }, // Display excess content
23
Constraints = NodeConstraints.Default | NodeConstraints.Tooltip, // Enable tooltip
24
Style = new ShapeStyle() { Fill = "#6495ED", StrokeColor = "white" },
25
Annotations = new DiagramObjectCollection<ShapeAnnotation>()
@@ -38,6 +38,8 @@
38
}
39
};
40
nodes.Add(node);
41
+
42
43
44
45
0 commit comments