从XAML访问ContentPage中的标题属性 - Xamarin.Forms

时间:2017-06-03 15:18:49

标签: xaml visual-studio-2015 xamarin.forms

我已经创建了一个Xamarin.Forms项目,然后我添加了一个名为Main.xaml的“Forms Xaml Page”。之后,我试图选择ContentPage的标题。但我在ContentPage中找不到Title属性。 Visual Studio 2015不向我显示此选项(参见下图):

Where's the Title property in ContentPage?

另外,我在StackPage中放置了一个StackLayout,但我不能在这个StackLayout中放置一个Button。我可以将Button放在ContentPage中,但不能放在StackLayout中。为什么会这样(见下图)?

Why is not possible to find a Button inside the StackLayout?

我想我可以从代码隐藏中访问Title,但不能从XAML访问。

1 个答案:

答案 0 :(得分:0)

这对我有用(来自jonalza的答案):

"右键单击XAML文件 - >点击"打开..."选项 - >选择" XAML Desinger"在列表中 - >点击"设为默认"按钮" enter link description here

编辑:在你的照片中你的线条:<?xml version="1.0" encoding="utf-8" ?>以红色和蓝色显示,而且不仅像往常一样蓝色,还要检查Brendan Zagaeski的答案......