We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eccf03 commit bd7365bCopy full SHA for bd7365b
UG-Samples/SymbolPalette/ShowToolTip/ShowToolTip/Pages/Index.razor
@@ -126,7 +126,7 @@
126
{
127
Type = NodeShapes.Basic,
128
Shape = shapeType,
129
- CornerRadius = 10 // Rounded corners for visual appeal
+ CornerRadius = 10 // Rounded corners for visual appeal.
130
},
131
Style = new ShapeStyle { Fill = "#9CCC65", StrokeColor = "#558B2F" },
132
Constraints = NodeConstraints.Default | NodeConstraints.Tooltip
0 commit comments