Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal text As String, _ ByVal font As Font, _ ByVal color As Color, _ ByVal outlineColor As Color _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- text
- Text of this label.
- font
- Font of this label.
- color
- Color of this label.
- outlineColor
- Outline Color of this label.