Can I display twovalues in a Silverlight TextBlock?

Posted by Subhen on Stack Overflow See other posts from Stack Overflow or by Subhen
Published on 2010-03-19T05:43:43Z Indexed on 2010/03/19 5:51 UTC
Read the original article Hit count: 173

Filed under:

Can I data bind two proporties values in a single textblock.

For Example some thing like following, though this is noth the correct code:

 <TextBlock Margin="5" Text="{Binding property1,Binding property2}" Style="{StaticResource Style1}" />

I want to display two values in a single text block .

Thanks, Subhendu

© Stack Overflow or respective owner

Related posts about silverlight-3.0