Label.FontFamily 屬性

定義

取得或設定標籤所屬字型的字型家族。

public:
 property System::String ^ FontFamily { System::String ^ get(); void set(System::String ^ value); };
public string FontFamily { get; set; }
member this.FontFamily : string with get, set
Public Property FontFamily As String

屬性值

平台預設字型系列的字型系列或 Null。

備註

字型系列可以參考系統字型或自定義字型。

適用於