ComponentOne Scheduler for WPF and Silverlight
Label Constructor(Color,String,String)

C1.C1Schedule Namespace > Label Class > Label Constructor : Label Constructor(Color,String,String)
The color of the label.
The text of the label.
Creates custom Label object with specified color, text and menu caption.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Windows.Media.Color, _
   ByVal text As System.String, _
   ByVal menuCaption As System.String _
)
public Label( 
   System.Windows.Media.Color color,
   System.string text,
   System.string menuCaption
)

Parameters

color
The color of the label.
text
The text of the label.
menuCaption
The menu caption for displaying label in dialogs.
See Also

Reference

Label Class
Label Members
Overload List