Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Provide option to set the connector type in DirectedTreeLayout. By default, the connector type is orthogonal
Expected API :
DirectedTreeLayout treelayout = new DirectedTreeLayout() { HorizontalSpacing = 80, VerticalSpacing = 50, Orientation = TreeOrientation.TopToBottom, ConnectorSegmentType = SegmentType.StraightSegment };
diagram.LayoutManager = new LayoutManager() { Layout = treelayout };