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


font
Font of this label.
Initializes a new instance of the Label class with a font.

Syntax

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

Parameters

font
Font of this label.

See Also

© 2010 All Rights Reserved.