Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NBoxBodyList Class / WWnb Method


In This Topic
    WWnb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WWnb( _
       ByVal xWnb As NRectangle, _
       ByVal YWnb As ENStackFitMode, _
       ByVal Axnb As ENStackFillMode, _
       ByVal bxnb As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NBoxBodyList
    Dim xWnb As NRectangle
    Dim YWnb As ENStackFitMode
    Dim Axnb As ENStackFillMode
    Dim bxnb As System.Double
     
    instance.WWnb(xWnb, YWnb, Axnb, bxnb)
    internal void WWnb( 
       NRectangle xWnb,
       ENStackFitMode YWnb,
       ENStackFillMode Axnb,
       System.double bxnb
    )

    Parameters

    xWnb
    YWnb
    Axnb
    bxnb
    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