gpt4 book ai didi

c# - 我的 WP7 对象在哪里?

转载 作者:太空宇宙 更新时间:2023-11-03 20:27:07 25 4
gpt4 key购买 nike

尝试将我的第一个 WP7 HelloWorld 生成的机器重写为更复杂的东西。

只是不明白如何获取对对象的引用?例如在我的布局中有几个对象:

    <!--TitlePanel contains the name of the application and page title-->
<StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
<TextBlock x:Name="ApplicationTitle" Text="MY APPLICATION" Style="{StaticResource PhoneTextNormalStyle}"/>
<TextBlock x:Name="PageTitle" Text="page name" Margin="9,-7,0,0" Style="{StaticResource PhoneTextTitle1Style}" Loaded="onLoaded"/>
</StackPanel>

<!--ContentPanel - place additional content here-->
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"></Grid>
</Grid>

只是我想以编程方式引用 TextBlock。当然,它应该是非常简单明了的东西,但我找不到方法。

请给我一些提示!

最佳答案

只需使用名称:ApplicationTitle, PageTitle...

关于c# - 我的 WP7 对象在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10031388/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com