窗口属性未进入页面级别

时间:2012-11-02 06:44:46

标签: wpf-controls

 <Grid>
    <Button Content="{Binding Title, RelativeSource={RelativeSource AncestorType={x:Type Window}}}" HorizontalAlignment="Left" Height="50" Width="100"/>
    <Frame>
        <Frame.Content>
            <Page>
                <Button Content="{Binding Title, RelativeSource={RelativeSource AncestorType={x:Type Window}}}" Height="50" Width="100"/>
            </Page>
        </Frame.Content>
    </Frame>
    </Grid>

我正在尝试绑定窗口标题属性内页按钮它不工作但在窗口内它正常工作。

这是我的Xaml代码:

enter image description here

0 个答案:

没有答案
相关问题