ILayoutService
Interface
Describes the layout service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface ILayoutService
Derived Classes:
Properties
Gets a value indicating whether the layout is currently busy organizing the diagram.
C#
bool IsLayouting { get; }
Methods
Organizes the diagram using the specified layout.
C#
void Layout(LayoutType type, object settings)
The layout type to apply.
settingsobjectThe settings specific to the layout type.