单项选择题

假定表单上有一个标签,名为Label1,为了使该标签透明并且没有边框,正确的属性设置为______。

A.ThisForm.Label1.BackStyle=0  ThisForm.Label1.BorderStyle=1
B.ThisForm.Label1.BackStyle=0  ThisForm.Label1.BorderStyle=0
C.ThisForm.Label1.BackStyle=True  ThisForm.Label1.BorderStyle=True
D.ThisForm.Label1.BackStyle=False  ThisForm.Label1.BorderStyle=False