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


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

    Parameters

    name
    style
    color
    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