Blazor.Diagrams
Blazor.Diagrams copied to clipboard
Added Classes to LinkRenderer
I added a "Classes" property to BaseLinkModel which is then used in the LinkRenderer. This allow users to add a css class to the
hello @snakex64 i need added style to link like image or control in size arrow can inform me how can i do this ?
hello @snakex64 i need added style to link like image or control in size arrow can inform me how can i do this ?
Sorry mate, no idea! After 5 months I'm still waiting for the simplest ever PR to be merged 😴. Slowly giving up
This is highly needed, and seeing that its not been merged after so long even though its such a simple addition doesn't leave one feeling very hopeful for this repository.
Hello, sorry that this took A LOT of time for me to check it, I was dealing with some stuff.
The "issue" I see in this PR is that I am trying not to put UI properties in the models (Core project) to separate the two, so Classes doesn't fit in BaseLinkModel because it's only UI related, not behavior related.
I'm not sure what to do in this case...