Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.58 KB

File metadata and controls

46 lines (31 loc) · 1.58 KB
layout post
title Drawing Tool in Windows Forms Diagram control | Syncfusion®
description Learn about Drawing Tool support in Syncfusion® Windows Forms Diagram control, its elements, and more details.
platform windowsforms
control Diagram
documentation ug

Drawing Tool in Windows Forms Diagram

WinForms Diagram control now provides a drawing tool to draw different types of connectors dynamically and connector types are listed below.

  1. LineConnector
  2. OrthogonalConnector
  3. OrgLineConnector
  4. PolylineConnector
  5. Spline
  6. BezierCurve

For Example, The OrgLineConnectorTool is used to draw the Org line connector dynamically.

{% tabs %} {% highlight c# %}

// Activates the Org line connector tool. diagram1.Controller.ActivateTool("OrgLineConnectorTool");

{% endhighlight %} {% highlight vb %}

'Activates the Org line connector tool. diagram1.Controller.ActivateTool("OrgLineConnectorTool")

{% endhighlight %} {% endtabs %}

Drawing of Orthogonal Connector

Please refer to the Connectors sample from Windows Forms control Panel and find navigation path for the Connector sample as link.

Sample : Windows Forms Control Panel -> Diagram -> Getting Started -> Connectors

N> Looking for the full WinForms Diagram component overview, features, pricing, and documentation? Visit the WinForms Diagram page.