Advertisement
Guest User

Untitled

a guest
Jul 8th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <TextBlock Text="{Binding Text,Converter={StaticResource
  2. ccc},ConverterParameter=PersonName}"/>
  3.  
  4. <TextBlock>
  5. <TextBlock.Text>
  6. <MultiBinding Converter="{StaticResource ccc}">
  7. <Binding Path="Text"/>
  8. <Binding Path="PersonName"/>
  9. </MultiBinding>
  10. </TextBlock.Text>
  11. </TextBlock>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement