Is there a Label background color property? I didn't see one in the Designer.
Thanks...
label1.color = colors.transparent 'if you want the label to be transparent.
label1.textcolor = colors.blue 'color of text
lbl_website.Color = Colors.Cyan
lbl_website.TextColor = Colors.Red
lbl_setup_Title.Color = Colors.Cyan
lbl_setup_Title.TextColor = Colors.Red
lbl_setup_Title.Alpha = 114
lbl_setup_Title.TextColor = Colors.Red
lbl_setup_Title.Color = Colors.ARGB(120, 255, 255, 0)