Nevron .NET Vision

In This Topic
    Overview
    In This Topic

    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:

    • Command Bars Manager - this is a modern look and feel docking bars manager, which provides a bridge between the standard Nevron UI commands and the diagram commands which are UI independent.
    • Commands - implemented is a complete set of commands, which facilitate any diagram action that can be performed through a menu, toolbar or context menu.
    • Library Browser - the library browser will let you drag and drop library items to the currently edited drawing. It also provides you with the ability to create new or edit existing libraries.
    • Property Browser - this component can help you easily edit the properties of the current document, view, active layer or selection anchor.
    • Status Bar - the status bar provides useful information about the state of a view.

    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