xamlには、画像の依存関係プロパティがあります(キャッシュのように機能します)。今、私は PanAndZoomImage を同じ画像にバインドしたいのですが、画像から継承されていないため、DP を使用できません。
のようにバインドできますか?
<Image
x:Name="BigImage"
wpExtensions:ImageProperties.LazyLink="{Binding ProductItem.Image}" />
<slideView:PanAndZoomImage
Grid.Row="1"
ZoomMode="Free"
Source="{Binding BigImage}" // How to bind here to image?