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!
Silverlight (formerly WPF/E) General Discussion
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!
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"