Font.SystemFontName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 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,轉換成字串。