Xamarin XAML语言教程模板页面TemplatedPage

Xamarin XAML语言教程模板页面TemplatedPage

模板页面TemplatedPage

在上文中我们提到了TemplatedPage,它被称为模板页面,用来显示控件模版。TemplatedPage用作基类,将ContentPage替换为最基本的页。与ContentPage不同,TemplatedPage没有Content属性。因此开发者不能直接将内容包装进去。这意味着在TemplatedPage中获取内容的唯一方法是设置ControlTemplate,否则它将显示为空白。

posted @ 2017-07-27 13:50  大学霸  阅读(326)  评论(0编辑  收藏  举报