ComponentOne Scheduler for WPF and Silverlight
Label Constructor(String)

C1.C1Schedule Namespace > Label Class > Label Constructor : Label Constructor(String)
The text of the label.
Creates custom Label object with specified text.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String _
)
public Label( 
   System.string text
)

Parameters

text
The text of the label.
See Also

Reference

Label Class
Label Members
Overload List