Interface ILayout
Represents the interface which manages the layout update.
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ILayout
Methods
UpdateLayout()
Method to update the currently arranged Nodes and Connectors.
Declaration
void UpdateLayout()