NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatchLayout<TItem> Class
Members
In This Topic
    NBatchLayout<TItem> Class
    In This Topic
    The NBatchLayout class is used to provide transaction based layout operations
    Object Model
    NBatchLayout<TItem> Class
    Syntax
    public class NBatchLayout<TItem> : NBatch<TItem> 
    where TItem: NPageItem
    Type Parameters
    TItem
    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.Nov.Diagram.Batches.NBatch<TItem>
          Nevron.Nov.Diagram.Batches.NBatchLayout<TItem>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also