LayoutService
Class
Diagram service managing the layout process.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public class LayoutService : GraphServiceBase, ILayoutService
Inheritance: objectGraphServiceBaseLayoutService
Implements:
Inherited Members
Constructors
Initializes a new instance of the LayoutService class.
Properties
Gets a value indicating whether the layout is currently busy organizing the diagram.
C#
public bool IsLayouting { get; set; }
Implements:
Methods
Organizes the diagram using the specified layout.
C#
public void Layout(LayoutType type = LayoutType.Sugiyama, object settings = null)
The layout type to apply.
settingsobjectThe settings specific to the layout type.
Implements: