Can you give an actual example of binding for Image's "Source" property with XAML markup?
Im using LocProxy now:
<Image x:Name="MyImh" Grid.Row="0" Grid.Column="1" Source="{Binding ElementName=LocProxy, Path=Result}" Stretch="UniformToFill"></Image> <lex:LocProxy Name="LocProxy" Source="{Binding SelectedItem.Slide}"/>
Thank you
Can you give an actual example of binding for Image's "Source" property with XAML markup?
Im using LocProxy now:
<Image x:Name="MyImh" Grid.Row="0" Grid.Column="1" Source="{Binding ElementName=LocProxy, Path=Result}" Stretch="UniformToFill"></Image> <lex:LocProxy Name="LocProxy" Source="{Binding SelectedItem.Slide}"/>Thank you