Initializes a new instance of the Label class.
Overload List
Overload |
Description |
Label Constructor() |
Initializes a new instance of the Label class. |
Label Constructor(Font) |
Initializes a new instance of the Label class with a font. |
Label Constructor(String) |
Initializes a new instance of the Label class with text. |
Label Constructor(String,Font) |
Initializes a new instance of the Label class with text, and a font. |
Label Constructor(String,Font,Color) |
Initializes a new instance of the Label class with text, font, and a color. |
Label Constructor(String,Font,Color,Color) |
Initializes a new instance of the Label class with text, font, color, and an outline color. |
See Also