Can I display twovalues in a Silverlight TextBlock?
- by Subhen
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