C1.Web.Wijmo.Controls.45 Assembly / 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 System.String _
)
 

Parameters

text
The text of the label.
See Also