dotnetCHARTING Send comments on this topic.
Label Constructor(String,Font)
See Also 
dotnetCHARTING Namespace > Label Class > Label Constructor : Label Constructor(String,Font)


text
Text of this label.
font
Font of this label.
Initializes a new instance of the Label class with text, and a font.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal font As Font _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim font As Font
 
Dim instance As Label(text, font)
C# 
public Label( 
   string text,
   Font font
)

Parameters

text
Text of this label.
font
Font of this label.

See Also

© 2010 All Rights Reserved.