Version

IDiagramLayout Interface

Exposes a method for arranging the items in a diagram.
Syntax
'Declaration
 
Public Interface IDiagramLayout 
public interface IDiagramLayout 
Remarks
In order to apply a layout to a XamDiagram, set the XamDiagram.Layout property to an instance of a class implementing this interface. The XamDiagram initially applies the layout, calling the ArrangeNodes method. In order to reapply the layout later call the XamDiagram.RefreshLayout method.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also