Is there no Label control in Silverlight?
问题 I can't seem to find a Label control in Silverlight. I get compile errors if I put anywhere in my XAML. 回答1: TextBlock is roughly the same as a Label from WinForms. As per MSDN: The TextBlock control is the primary element for displaying text in Silverlight based applications. Provides a lightweight control for displaying small amounts of text... EDIT : I just noticed your tag for Silverlight 3. Label should be built into Silverlight 3 so are you sure your not using 2? You might want to