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


In This Topic
    MeasureAdorner Method (NInnerAdorners)
    In This Topic
    Gets the desired size for the specified adorner element.
    Syntax
    'Declaration
     
    
    Protected Overridable Function MeasureAdorner( _
       ByVal position As ENCompassDirection, _
       ByVal adorner As NWidget _
    ) As NSize
    'Usage
     
    
    Dim instance As NInnerAdorners
    Dim position As ENCompassDirection
    Dim adorner As NWidget
    Dim value As NSize
     
    value = instance.MeasureAdorner(position, adorner)
    protected virtual NSize MeasureAdorner( 
       ENCompassDirection position,
       NWidget adorner
    )

    Parameters

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