Xamarin XAML语言教程模板页面TemplatedPage

模板页面TemplatedPage

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

相关文章:

  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案