InterfaceILayoutService
Interface
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.
Methods
Layout(LayoutType, object)
Organizes the diagram using the specified layout.
Declaration
cs-api-definition
void Layout(LayoutType type, object settings)
Parameters
type
The layout type to apply.
settings
The settings specific to the layout type.