New to Telerik UI for WinFormsStart a free 30-day trial

Describes the layout service.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Syntax:

C#
public interface ILayoutService

Derived Classes: LayoutService

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)
Parameters:typeLayoutType

The layout type to apply.

settingsobject

The settings specific to the layout type.