NevronOpenVision
Nevron.Nov.Diagram Namespace / NLayoutData Class
Fields Properties Methods Events


In This Topic
    NLayoutData Class Members
    In This Topic

    The following tables list the members exposed by NLayoutData.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IndexInLayer property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LayerIndex property.  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ChildrenPlacement property.  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Protected Fields
     NameDescription
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the dock area of the shape. The Dock layout uses this value to determine the area to which to dock the shape. Applicable to 2D shapes only. By default set to Top.  
    Public PropertyGets or sets the ellectrical charge of the shape. In Spring Graph Layouts this affects the strength with which vertex repels other vertices. Applicable to 2D Shapes only.  
    Public PropertyGets or sets the index of the node in the layer. By default set to -1, which means that the index will be determined automatically.  
    Public PropertyDetermines the layer index of the node when Layered Graph Layout is applied. By default set to -1, which means that the index will be determined automatically.  
    Public PropertyGets or sets the type of magnetization of the 1D shape. Applicable only to 1D shapes.  
    Public PropertyGets or sets the mass of the shape. In Force Directed Layouts this affects the strength with which vertex is attracted to the current barycenter of the graph. Applicable to 2D Shapes only.  
    Public PropertyGets or sets the spring length of the shape. In Spring Graph Layouts this affects the natural length of the spring. The layout tries to arrange the vertices connected by this edge at this distance. Applicable to 1D Shapes only.  
    Public PropertyGets or sets the spring stiffness of the shape. In Spring Graph Layouts this affects the strength with which edge repels or attracts the connected vertices. Applicable to 1D Shapes only.  
    Public PropertyGets or sets the way in which the TipOver tree layout arranges the shape children. Applicable only to 2D shapes. By default set to Row.  
    Public PropertyGets or sets whether flow layouts should break after this shape. The WrapFlow and Table layouts uses this value to determine whether they should make a new lane after the shape. Applicable to 2D shapes only. By default false.  
    Public PropertyGets or sets whether force directed layouts are allowed to move the shape in the X direction. Applicable to 2D shapes only. By default true.  
    Public PropertyGets or sets whether force directed layouts are allowed to move the shape in the Y direction. Applicable to 2D shapes only. By default true.  
    Top
    See Also