RadControls for Silverlight

The toolbox, this tells the application which tools are available.

Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core (in Telerik.Windows.Diagrams.Core.dll) Version: 2013.2.611.1050

Syntax

C#
public class ToolService : GraphServiceBase, 
	IToolService, IMouseListener, IKeyboardListener
Visual Basic
Public Class ToolService _
	Inherits GraphServiceBase _
	Implements IToolService, IMouseListener, IKeyboardListener

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Diagrams.Core..::..GraphServiceBase
    Telerik.Windows.Diagrams.Core..::..ToolService

See Also