I can’t seem to find a Label control in Silverlight. I get compile errors if I put anywhere in my XAML.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TextBlockis roughly the same as aLabelfrom WinForms.As per MSDN:
EDIT: I just noticed your tag for Silverlight 3.
Labelshould be built into Silverlight 3 so are you sure your not using 2?You might want to consider a TextBlock depending on how your using it. Again per MSDN: