Nevron .NET Vision
Framework / Presentation Layer / Editors / Editors Overview

In This Topic
    Editors Overview
    In This Topic

    The Nevron Presentation Layer includes a vast amounts of editors, which can instantly increase the attractiveness and usability of the components and applications, which use it. Following is a list of the most important editors:

    • Appearance Style Editors - used for the visual editing of appearance styles
    • Interactivity Style Editor - used for the visual editing of the interactivity style
    • Formula Sheet Editor - used for the visual editing of formula sheets
    • Smart Shapes Editor - used for the visual editing of smart shapes

    All code examples in this chapter assume that the Nevron.Presentation.dll assembly is referenced by your project and you are using the Nevron.Editors namespace:

    C#
    Copy Code
    using Nevron.Editors
    
    Visual Basic
    Copy Code
    Imports Nevron.Editors