FontFamily.GenericSansSerif 属性

定义

获取一般 sans serif FontFamily 对象。

public:
 static property System::Drawing::FontFamily ^ GenericSansSerif { System::Drawing::FontFamily ^ get(); };
public static System.Drawing.FontFamily GenericSansSerif { get; }
static member GenericSansSerif : System.Drawing.FontFamily
Public Shared ReadOnly Property GenericSansSerif As FontFamily

属性值

表示一般 sans serif 字体的 FontFamily 对象。

适用于