New to Telerik UI for WinForms? Download free 30-day trial

Structure

Diagram structure

RadDiagram allows you to create various kinds of diagrams like Organizational, Class and Flow as well as many others. This section defines terms and concepts used in the scope of RadDiagram you have to get familiar with prior to continue reading this help. In the following picture you can see the main components which a RadDiagram could have:

WinForms RadDiagram Structure

  1. Rotation Thumb - it is part of the manipulation adorner and you can use it to rotate the shape or group of shapes and connections.

  2. Resizing Thumb - every shape has four resizing thumbs that you can use to resize the shape.

  3. Connection - its main purpose is to connect two shapes but it could be also used separately. You can select it, resize it, rotate it, copy/paste it.

  4. Shape - this is the base element of the diagram, just like a node for a graph. You can select it, drag it, resize it, rotate it, connect it to other shapes, set its content, copy/paste it. There are three types of predefined, geometrical shapes - Basic Shapes, Flow Shapes and Arrows. You can also define your own custom shape by deriving from RadDiagramShapeBase or RadDiagramShape class.

  5. Connector - every shape has four connectors. The connections connect shapes by linking their connectors.

  6. Manipulation Adorner - when a shape or group of shapes and connections is selected, they are being surrounded by manipulation rectangle called manipulation adorner.

  7. Information Tooltips - tooltips that appear below the manipulation adorner when you resize, rotate or drag a shape or group of shapes and connections.

See Also

In this article