using System.Drawing;
namespace Microsoft.Windows.Forms
{
///
/// 默认值方案
///
public static partial class DefaultTheme
{
///
/// 默认字体
///
public static Font Font = new Font("微软雅黑", 9f, GraphicsUnit.Point);
///
/// 默认字体
///
public const string _Font = "微软雅黑, 9pt";
}
}