Hi allIs it possible to have different fonts in one UltraLabel ?What I want to do is:The Text of the UltraLabel is: "This is hard a Test"Now I want to have the word "hard" shown as bold,The rest of the text is shown not bold.Thanks and best regardsFrank Uray
Hello Frank,
I think that it is possible if you use "UltraFormatedLinkLable". Please look the attached example. If you use this component you have a lot of possibilities to change the text (the same like in Word)
Please check the example and send me feedback.
Regards
georgi
Hello Georgi,
I found your post searching the web for a possibility to format a portion of the UltraLabel text.In my case, I would like to make a part of the label text bold.I read a post which says that it should be possible using the Infragistics UltraLabel with html formatting, but not how(http://stackoverflow.com/questions/2063263/make-portion-of-a-labels-text-to-be-styled-bold).
I tried something like:
myUltraLabel.Text = "This text is <b>partly</b> bold.";
..but with no success..Could you give me an example how to do it?
Thanks in advance,Robert
Hi Robert,
UltraLabel will not do that. You need to use UltraFormattedLinkLabel - that's the control that supports this kind of formatting.