Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Label Class / Label Constructor / Label Constructor(String)
The text of the label.

In This Topic
    Label Constructor(String)
    In This Topic
    Creates custom Label object with specified text.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public Label( 
       string text
    )

    Parameters

    text
    The text of the label.
    See Also