Interface
ILayoutService

Describes the layout service.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public interface ILayoutService

Properties

IsLayouting

Gets a value indicating whether the layout is currently busy organizing the diagram.

Declaration

cs-api-definition
bool IsLayouting { get; }

Property Value

bool

Methods

Layout(LayoutType, object)

Organizes the diagram using the specified layout.

Declaration

cs-api-definition
void Layout(LayoutType type, object settings)

Parameters

type

LayoutType

The layout type to apply.

settings

object

The settings specific to the layout type.