Silverlight: Relative position textbox on backgoutnd image.
Posted
by Mendy
on Stack Overflow
See other posts from Stack Overflow
or by Mendy
Published on 2010-03-24T23:08:43Z
Indexed on
2010/03/24
23:13 UTC
Read the original article
Hit count: 365
Silverlight
|relative-positioning
I have an background-image that drew a from with textboxes. I want to place no the image a transparent textboxex, that will be exactly on the place that they are in the picture.
The problem is that the picture is resizable, that mean that the textboxex need to be in a relative to the image. The height, width, left and top will be all relative.
What good options do I have?
© Stack Overflow or respective owner