IControllerService
Interface
Represents a container service.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public interface IControllerService
Derived Classes:
Methods
Begins the connection creation.
C#
ICommand BeginConnectionCreation(IConnection connection)
The connection.
Returns:Completes the connection creation.
C#
ICommand CompleteConnectionCreation(IConnection connection)
The connection.
Returns:Creates the connection.
C#
IConnection CreateConnection(Point startPoint, Point endPoint)
The start point.
endPointPointThe end point.
Returns:Creates an undoable geometry shape.
Creates an undoable text shape.