Completed
Last Updated: 22 Feb 2018 14:14 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 22 Jan 2018 13:30
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
FIX. RadDiagram - hide the RightToLeft property for RadDiagram

		
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 22 Feb 2018 14:14
Hello Nafiseh,

Thank you for sharing this code snippet. It will make each of the RadDiagramShapes in RTL mode. However, RadDiagram is not designed to support RightToLeft mode. Hence, we can't guarantee that this code snippet will work for all scenarios.  
nafiseh
Posted on: 23 Jan 2018 11:52
You can used this code for solved this problem:

radDiagram1.Items.Where(r=>r.GetType() == typeof(RadDiagramShape)).ForEach(r=>r.RightToLeft = True)