Share via


Font.FontFamily 屬性

定義

取得與這個 FontFamily 關聯的 Font

public:
 property System::Drawing::FontFamily ^ FontFamily { System::Drawing::FontFamily ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.FontFamily FontFamily { get; }
[<System.ComponentModel.Browsable(false)>]
member this.FontFamily : System.Drawing.FontFamily
Public ReadOnly Property FontFamily As FontFamily

屬性值

與這個 FontFamily 相關聯的 Font

屬性

備註

FontFamily代表具有類似字型臉部的字型群組,但可能有不同的大小和樣式 (,例如 Arial、Times New Roman 和 Verdana) 。

適用於