Hello Walter,
We are using Heberw as our language which has FlowDirection of RightToLeft. the Diagram control works great with RightToLeft, but the default print code use FlowDireciton of LeftToRight.
Is there easy way to change the FlowDirection of the print control to be RightToLeft?
I’ve looked with Reflector inside the PrintManager and follow it into the internal paginator which divid the DiagramPanel into pages. This paginator use Canvas element inside GetPage method to represent the visual element - I think this Canvas FlowDirection property should be copy from the Diagram control (or the DiagramPanel for that matter).