Lots of changes to FlowSharp recently!
- Refactoring of code components into services
- UI now implements docking panels and multiple documents
- FlowSharp and FlowSharpCode are now unified
- Bookmark navigation of shapes
- Ctrl-Tab navigation of shape selection history
Read about it more on the Code Project article!
Advertisements
can i change the canvas background with an image like .png file as default bg?
I don’t see why not. In Canvas.cs, the OnPaint method calls DrawBackground and DrawGrid. Replace those two with a call to draw your PNG instead.