To draw text onto the form use the DrawString Method
When you draw a string you can use any of the 4 brushes listed above
Dim lBrush As New LinearGradientBrush(point1, point2, Color.MediumVioletRed, Color.PaleGreen)
e.Graphics.DrawString("HELLO", New Font("Impact", 60, FontSty...