Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleUIThemePlugin Class / HeaderFont Method


In This Topic
    HeaderFont Method
    In This Topic
    Adds a header font declaration to the given style. Used by the header, time ruler and the grid.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub HeaderFont( _
       ByVal theme As NUITheme, _
       ByVal style As NThemeStyle _
    ) 
    'Usage
     
    
    Dim instance As NScheduleUIThemePlugin
    Dim theme As NUITheme
    Dim style As NThemeStyle
     
    instance.HeaderFont(theme, style)
    protected virtual void HeaderFont( 
       NUITheme theme,
       NThemeStyle style
    )

    Parameters

    theme
    style
    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