Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIThemeFontMap Class / Ubdd Method


In This Topic
    Ubdd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Ubdd( _
       ByVal vbdd As System.String, _
       ByVal Wbdd As System.Double, _
       ByVal xbdd As System.Boolean, _
       ByVal Ybdd As System.Boolean, _
       ByVal ACdd As System.Boolean, _
       ByVal bCdd As System.Boolean _
    ) As NFont
    'Usage
     
    
    Dim vbdd As System.String
    Dim Wbdd As System.Double
    Dim xbdd As System.Boolean
    Dim Ybdd As System.Boolean
    Dim ACdd As System.Boolean
    Dim bCdd As System.Boolean
    Dim value As NFont
     
    value = NUIThemeFontMap.Ubdd(vbdd, Wbdd, xbdd, Ybdd, ACdd, bCdd)
    internal static NFont Ubdd( 
       System.string vbdd,
       System.double Wbdd,
       System.bool xbdd,
       System.bool Ybdd,
       System.bool ACdd,
       System.bool bCdd
    )

    Parameters

    vbdd
    Wbdd
    xbdd
    Ybdd
    ACdd
    bCdd
    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