Nevron .NET Vision
Nevron.UI Namespace / NTextRenderer Class / FontStyleFromFontStyleEx Method


In This Topic
    FontStyleFromFontStyleEx Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FontStyleFromFontStyleEx( _
       ByVal styleEx As FontStyleEx _
    ) As System.Drawing.FontStyle
    'Usage
     
    
    Dim styleEx As FontStyleEx
    Dim value As System.Drawing.FontStyle
     
    value = NTextRenderer.FontStyleFromFontStyleEx(styleEx)
    public static System.Drawing.FontStyle FontStyleFromFontStyleEx( 
       FontStyleEx styleEx
    )

    Parameters

    styleEx
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also