Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInnerAdorners Class / ArrangeAdorner Method


In This Topic
    ArrangeAdorner Method (NInnerAdorners)
    In This Topic
    Sets the bounds of the specified adorner element.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ArrangeAdorner( _
       ByVal position As ENCompassDirection, _
       ByVal adorner As NWidget, _
       ByVal slot As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NInnerAdorners
    Dim position As ENCompassDirection
    Dim adorner As NWidget
    Dim slot As NRectangle
     
    instance.ArrangeAdorner(position, adorner, slot)
    protected virtual void ArrangeAdorner( 
       ENCompassDirection position,
       NWidget adorner,
       NRectangle slot
    )

    Parameters

    position
    adorner
    slot
    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