Theme Schemes
Windows apps can use a light or dark application theme. The theme affects the colors of the app's background, text, icons, and common controls.
Accent color
Windows apps can use a light or dark application theme. The theme affects the colors of the app's background, text, icons, and common controls.
Theme Resources
We're still working on this, coming soon!
Elevations
Elevation is the depth component of the spatial relationship one surface has to another with respect to their position on the desktop. When two or more objects occupy the same location on the screen, only the object with the highest elevation will be rendered at that location.
system-awareness
{/ 此库默认与系统的这几个设置保持同步:Theme scheme,accent color,自动隐藏滚动条。其中 自动隐藏滚动条 需要 win11,其他的至少要 win10。.net framework 应用无需任何处理即可保持同步;对于 .net 应用,需要将目标平台设置为 10.0.18362.0 以上才可以使用此功能。请注意,将目标平台设置为 10.0.18362.0 以上会导致你的应用生成目录下多出两个 dll(约 25mb)的依赖(删掉后程序无法启动);而将目标平台设置为 7.0 不会有这两个 dll,但是 1. 同步功能无法运作,2. 项目错误列表中会出现一个警告,这个警告是无害的,忽略即可。 另外即使满足自动同步的条件,你也可以手动指定这些设置。 /}