Joymon's world of WPF
Abt me :Now a mad rider on the WPF road
Friday, April 20, 2007
Refering inner element through XAML
<StackPanel >
<TextBlock Text="{Binding ElementName=btn,Path=Foreground.Color.R}">
</TextBlock>
<Button Foreground="Red" Name="btn"/>
</StackPanel>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment