Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NBorder Class / CreateRaised3DBorder Method


In This Topic
    CreateRaised3DBorder Method (NBorder)
    In This Topic
    Creates a Raised Border for the specified theme colors.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateRaised3DBorder( _
       ByVal colors As NUIThemeColorMap _
    ) As NBorder
    'Usage
     
    
    Dim colors As NUIThemeColorMap
    Dim value As NBorder
     
    value = NBorder.CreateRaised3DBorder(colors)
    public static NBorder CreateRaised3DBorder( 
       NUIThemeColorMap colors
    )

    Parameters

    colors
    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