Nevron Open Vision Documentation
Nevron.Nov.Diagram.Themes Namespace / NThemeFont Class / NThemeFont Constructor / NThemeFont Constructor(String,Double,ENFontStyle,NThemeColor)


In This Topic
    NThemeFont Constructor(String,Double,ENFontStyle,NThemeColor)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal size As System.Double, _
       ByVal style As ENFontStyle, _
       ByVal themeColor As NThemeColor _
    )
    'Usage
     
    
    Dim name As System.String
    Dim size As System.Double
    Dim style As ENFontStyle
    Dim themeColor As NThemeColor
     
    Dim instance As New NThemeFont(name, size, style, themeColor)
    public NThemeFont( 
       System.string name,
       System.double size,
       ENFontStyle style,
       NThemeColor themeColor
    )

    Parameters

    name
    size
    style
    themeColor
    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