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#)谢谢
以下类具有可为您提供所需信息的属性:
System.Drawing.SystemFonts System.Drawing.SystemColors System.Windows.Forms.SystemInformation
回答 OP 评论:
Font messageBoxFont = System.Drawing.SystemFonts.MessageBoxFont;