RadControls for WPF

Represents the diagram control.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Diagrams (in Telerik.Windows.Controls.Diagrams.dll) Version: 2013.2.611.40

Syntax

C#
public class RadDiagram : Control, ISupportContainerGenerator<RadDiagramItem>, 
	IThemable, IGraphInternal, IGraph, ISerializable, ISupportManipulation
Visual Basic
Public Class RadDiagram _
	Inherits Control _
	Implements ISupportContainerGenerator(Of RadDiagramItem), IThemable,  _
	IGraphInternal, IGraph, ISerializable, ISupportManipulation

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls..::..RadDiagram

See Also