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# WPF 应用程序,我需要在屏幕的右下角显示它的窗口。我怎样才能做到这一点?
在 Window 元素中,将 WindowStartupLocation 设置为等于“Manual”,然后相应地设置 Height、Width、Left 和 Top 值。