[Mono-list] bold, italic and position of the window

Miguel de Icaza miguel at novell.com
Fri Apr 23 12:08:00 EDT 2010


>
>
>
> How to bold and italic the text;
> Hello World!!!!
>

Do this:

var label = new Label () {
    UseMarkup = true,
    Text = "Hello <b>Bold world</b>
};

Miguel.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100423/6295b01a/attachment.html 


More information about the Mono-list mailing list