Nevron Diagram for .NET implements a complete set of end user components, which can help you create a powerful diagram designer application in several minutes. Currently implemented are:
These components are located in the Nevron.Diagram.WinForm.Components.dll assembly the primary namespace for which is Nevron.Diagram.WinForm.Components.
All code examples in this chapter assume that you are using the Nevron.Diagram.WinForm.Components namespace and the Nevron.Diagram.WinForm.Components.dll assembly is referenced by your project:
C# |
Copy Code
|
---|---|
using Nevron.Diagram.WinForm.Components;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.Diagram.WinForm.Components
|