Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以使用 C# 在 Windows 8 应用程序中根据不同的分辨率比例设置各种控件的边距吗?
我试过字典对象ResolutionScale
ResolutionScale
您可能想要查看ViewBox 控件。我的队友 Jeff 在这里写了一篇很棒的文章。基本上,您可以将项目放在 ViewBox 中,然后 ViewBox 将在该空间量内适当地缩放它们。