Font.IsSystemFont 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指示字型是否為 SystemFonts 的成員。
public:
property bool IsSystemFont { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSystemFont { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSystemFont : bool
Public ReadOnly Property IsSystemFont As Boolean
屬性值
如果字型是 SystemFonts 的成員,則為 true
;否則為 false
。 預設為 false
。
- 屬性
備註
當使用者變更系統字型時, IsSystemFont 即使字型不是系統字型,屬性也可以傳回 true
。 若要避免這種情況,如果您在應用程式中使用系統字型,您應該處理 UserPreferenceChanging 或 UserPreferenceChanged 事件來追蹤使用者喜好設定變更。