Positionning of text in a Label

E

Efkas

Hi, I have to position my Text property in my Label with an image in
background, but I don't want to use the TextAlign attributes because
where I want to put the text is not the enum value like Center,
TopLeft, etc...

Is there any solution to position the Text property at a specific
point inside my label?

If not, it could be a solution to put a label with only an image and a
label over with the text, but I am sure I don't have to do that.

Thanks
François

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
F

Frank Hileman

I think you need your own custom control, where you draw the image and label
yourself. That way, you can position the text where you wish.

--
Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top