Font.SystemFontName 屬性

定義

如果 IsSystemFont 屬性傳回 true,則取得系統字型的名稱。

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

屬性值

如果 IsSystemFont 傳回 true,則為系統字型的名稱;否則為空字串 ("")。

屬性

備註

屬性所 SystemFontName 傳回的名稱會是 的其中一個成員 SystemFonts,轉換成字串。

適用於