Bryant Likes

According to the documentation the TextBlock has a Background property: http://msdn2.microsoft.com/en-us/library/bb188394.aspx. But when I try setting this it my xaml will no longer load. Bug or documentaton issue

Thanks!



Re: Silverlight (formerly WPF/E) General Discussion TextBlock Background Property

Mark Rideout

TextBlock does not have a Background. It's an error. Thanks for pointing this out!

You can put the TextBlock on a Canvas and set the Canvas's Background.

-mark
Program Manager
Microsoft
This post is provided "as-is"