Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NDirectedBoxLayout Class
Members


In This Topic
    NDirectedBoxLayout Class
    In This Topic
    A box layout, which serves as base class for box layouts that have a controllable layout direction. Directed box layouts place adjacent boxes in single or multiple lanes, that flow in the direction specified by the Direction property.
    Object Model
    NDirectedBoxLayout Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NDirectedBoxLayout 
       Inherits NBoxLayout
       Implements Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NDirectedBoxLayout
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Layout.NLayoutComponent
                   Nevron.Nov.Layout.NLayout
                      Nevron.Nov.Layout.NBoxLayout
                         Nevron.Nov.Layout.NDirectedBoxLayout
                            Nevron.Nov.Layout.NFlexBoxLayout
                            Nevron.Nov.Layout.NFlowLayoutBase
                            Nevron.Nov.Layout.NStackLayout

    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