Nevron .NET Vision
Nevron.Diagram Namespace / NTextPrimitive Class
Members


In This Topic
    NTextPrimitive Class
    In This Topic
    The NTextPrimitive class represents a primitive model, which is used to display wrapped or stretched text
    Object Model
    NTextPrimitive Class
    Syntax
    'Usage
     
    
    Dim instance As NTextPrimitive
    Remarks
    The NTextPrimitive extends the base NPrimitiveModel with the following features:
    • Texts implement the INText interface, which is mandatory for all nodes which can display text
    • Texts can be painted. That is why they implement the INPaintable interface
    • Texts can be the result of hit tests, hence they implement the INHitTestable interface.
    • Texts can be inplace edited, hence they implement the INInplaceEditable interface.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NPrimitiveModel
                            Nevron.Diagram.NTextPrimitive

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also