Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to style nodes in different ways depending on my business rules.

The following image shows a simple diagram I need to generate and manage.
So I've used blazor.diagram but I've found no way to simply obtain such a result other than modifying the code in this way:
NodeWidget.razor
NodeModel.cs
public string CustomClass { get; set; }
Any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions