Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorderAndThickness Class / NBorderAndThickness Constructor / NBorderAndThickness Constructor(NBorder,NMargins)


In This Topic
    NBorderAndThickness Constructor(NBorder,NMargins)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal border As NBorder, _
       ByVal thickness As NMargins _
    )
    'Usage
     
    
    Dim border As NBorder
    Dim thickness As NMargins
     
    Dim instance As New NBorderAndThickness(border, thickness)
    public NBorderAndThickness( 
       NBorder border,
       NMargins thickness
    )

    Parameters

    border
    thickness
    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