阅读背景:

绑定的形象。WPF中的字符串来源?

来源:互联网 

I have below XAML code :

我有以下XAML代码:

<Window x:Class="WpfApplication1.Window1"
    xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml"
    DataContext="{Binding RelativeSource={RelativeSource Self}}"
    WindowStartupLocation="CenterScreen"
    Title="Window1" Height="300" Width="300">

    <Grid>
        <Image x:Name="TestImage" Source="{Binding Path=ImageSource}" />
    </Grid>

</Window>
<Windo



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: