Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NCurrentTimeIndicator Class / NCurrentTimeIndicator Constructor / NCurrentTimeIndicator Constructor(NColor)
The fill color of the time indicator. For best results use a semi-transparent color, for example - new NColor(192, 0, 0, 160).


In This Topic
    NCurrentTimeIndicator Constructor(NColor)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fillColor As NColor _
    )
    'Usage
     
    
    Dim fillColor As NColor
     
    Dim instance As New NCurrentTimeIndicator(fillColor)
    public NCurrentTimeIndicator( 
       NColor fillColor
    )

    Parameters

    fillColor
    The fill color of the time indicator. For best results use a semi-transparent color, for example - new NColor(192, 0, 0, 160).
    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