Interface ILayoutService
Describes the layout service.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface ILayoutService
Properties
IsLayouting
Gets a value indicating whether the layout is currently busy organizing the diagram.
Declaration
bool IsLayouting { get; }
Property Value
System.Boolean
|
Methods
Layout(LayoutType, Object)
Organizes the diagram using the specified layout.
Declaration
void Layout(LayoutType type, object settings)
Parameters
LayoutType
type
The layout type to apply. |
System.Object
settings
The settings specific to the layout type. |