IGraphServiceLocator
Interface
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface IGraphServiceLocator
Derived Classes:
Properties
Gets the manipulation service.
C#
IAdornerService AdornerService { get; }
Gets the container service.
C#
IControllerService ControllerService { get; }
Gets the data transfer service.
C#
IDataTransferService DataTransferService { get; }
Gets the dragging service.
C#
IDraggingService DraggingService { get; }
Gets the container service.
C#
IDrawingService DrawingService { get; }
Gets the group service.
C#
IGroupService GroupService { get; }
Gets the hit test service.
C#
IHitTestService HitTestService { get; }
Gets the layout service.
C#
ILayoutService LayoutService { get; }
Gets the manipulation point service.
C#
IManipulationPointService ManipulationPointService { get; }
Gets the resizing service.
C#
IResizingService ResizingService { get; }
Gets the rotation service.
C#
IRotationService RotationService { get; }
Gets the connection routing service.
C#
IRoutingService RoutingService { get; }
Gets the segmentation service.
C#
ISegmentationService SegmentationService { get; }
Gets the selection service.
C#
ISelectionService<IDiagramItem> SelectionService { get; }
Gets the serialization service.
C#
ISerializationService SerializationService { get; }
Gets the selection service.
C#
ISnappingService SnappingService { get; }
Gets the tool service.
C#
IToolService ToolService { get; }
Gets the undo redo service.
C#
IUndoRedoService UndoRedoService { get; }
Gets the virtualization service.
C#
IVirtualizationService VirtualizationService { get; }