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.
我的 WPF 图标显示得非常小,正如您在这张图片中看到的那样,您能否提出可能是什么问题?我试图找到一些与大小相关的属性,但没有成功。
一个问题可能是位图的分辨率。例如在 Paint.NET 中打开位图,并在“调整位图大小”对话框中检查它是 72DPI 还是 96DPI。大型功能区位图应为 32x32 像素,96 DPI。
顺便说一句,在您的屏幕截图中,位图实际上看起来不错。是什么让你觉得它们太小了?
WPF 使用不寻常的 96 dpi 分辨率...我猜您的图像尚未以该分辨率保存。