Nevron Diagram for .NET features strong support for programmable templates and provides a built-in wizard for visual template selection and modification. The following templates are currently implemented:
All templates as well as the wizard are located in the Nevron.Diagram.Shapes.dll assembly in the namespace Nevron.Diagram.Templates.
All code examples in this chapter assume that you are using the Nevron.Diagram.Templates namespace and the Nevron.Diagram.Shapes.dll assembly is referenced by your project:
C# |
Copy Code
|
---|---|
using Nevron.Diagram.Templates;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.Diagram.Templates
|