-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image source binding #294
Comments
Hello, @Uporka95! |
@Karnah can we have next week a sync and let us discuss potential changes. I this week ill. You should still have my skype connection. What would fit for you (after Wednesday) |
@Uporka95, sorry, but I had a mistake. It's possible to do like this: <Image Source="{lex:Loc {Binding SelectedItem.Slide}}" /> or if you want to specify a different resource, use this: <Image Source="{lex:Loc {Binding SelectedItem.Slide, StringFormat='{}Assembly:DictionaryName:{0}'}}" /> @konne, sorry too, this case is ok. But there are another cases with problems. And it is a good idea to have a call. I think we can discuss time on Thursday. |
Hi, @Uporka95! Did you have opportunity to check this? |
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
The text was updated successfully, but these errors were encountered: