Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchLayout Class
Members


In This Topic
    NBatchLayout Class
    In This Topic
    The NBatchLayout class is used to provide transaction based layout operations
    Object Model
    NBatchLayout Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NBatchLayout 
       Inherits NBatch
    'Usage
     
    
    Dim instance As NBatchLayout
    [System.Serializable()]
    public class NBatchLayout : NBatch 
    Remarks
    The Build method filters the building nodes for valid bounds. Once the batch is built you can execute the following set of layout commands:
    • helps you align nodes to a virtual grid, align their lefts, rights, tops and bottoms as well as align their centers and middles
    • helps you size to nodes to a virtual grid, make their size, width and height identical, as well as increase the nodes width and height
    • helps you increase, decrease, remove and make equal the horizontal spacing of nodes
    • helps you increase, decrease, remove and make equal the vertical spacing of nodes
    • helps you center the nodes horizontally or vertically in the document
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Batches.NBatch
          Nevron.Diagram.Batches.NBatchLayout

    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