The underlying Label control does not support transparency on either the desktop or the device so this cannot be added to a Label. To do it you would need to write a custom control and the code for that would be a sub-set of, guess what, an ImageButton
which is actually a custom control.