May 2010
Intermediate to advanced
1272 pages
61h 18m
English
LabelThe Label control shows a text message, as in the following code example:
<Label Name="Label1" Content="A sample value"/>
WPF offers the TextBlock control that provides deeper customizations features for text, so you should prefer the one covered in more detail later in this chapter.
Read now
Unlock full access