Control's tagName

i would like to have a property in the control which i can put some text in it and it is able to refer in app runtime.

I found the control’s tagName property. How am i able to set it at design time?

Thanks
Teo

It’s easy:

Button1.tagName = "my text"