标签: uwp win-universal-app windows-10-universal uwp-xaml
如何在Windows通用应用中检索关闭按钮(通常是标题栏按钮)的大小,尤其是宽度?
我们的一个UI元素在右侧显示一个全高面板,其宽度必须与关闭按钮完全相同:
Close button not aligned with SplitView
答案 0 :(得分:4)
CoreApplicationViewTitleBar具有用于此目的的必要属性。
CoreApplicationViewTitleBar
要了解如何正确使用这些属性,请转到this页,该页介绍了使用系统字幕按钮的正确方法。