DiagramNodesBuilder.AutoLayout Method
Name | Parameters | Description |
---|---|---|
AutoLayout(DiagramDataLayoutType) | value | Specifies an auto-layout algorithm that the UI component uses to build a diagram. Mirrors the client-side autoLayout option. |
AutoLayout(Action<DiagramNodesAutoLayoutBuilder>) | configurator | Specifies an auto-layout algorithm that the UI component uses to build a diagram. Mirrors the client-side autoLayout object. |