Interface IControllerService
Represents a container service.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public interface IControllerService
Methods
BeginConnectionCreation(IConnection)
Begins the connection creation.
Declaration
ICommand BeginConnectionCreation(IConnection connection)
Parameters
IConnection
connection
The connection. |
Returns
BeginShapeCreation(IShape)
Begins the shape creation.
Declaration
ICommand BeginShapeCreation(IShape shape)
Parameters
IShape
shape
The shape. |
Returns
CompleteConnectionCreation(IConnection)
Completes the connection creation.
Declaration
ICommand CompleteConnectionCreation(IConnection connection)
Parameters
IConnection
connection
The connection. |
Returns
CompleteShapeCreation(IShape)
Completes the shape creation.
Declaration
ICommand CompleteShapeCreation(IShape shape)
Parameters
IShape
shape
The shape. |
Returns
CreateConnection(IShape, IShape)
Creates the connection.
Declaration
IConnection CreateConnection(IShape source, IShape target)
Parameters
Returns
CreateConnection(Point, Point)
Creates the connection.
Declaration
IConnection CreateConnection(Point startPoint, Point endPoint)
Parameters
Returns
CreateGeometryShape(ref ICommand)
Creates an undoable geometry shape.
Declaration
IGeometryShape CreateGeometryShape(ref ICommand command)
Parameters
ICommand
command
|