Font.IsSystemFont 屬性

定義

取得值,指示字型是否為 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。 若要避免這種情況,如果您在應用程式中使用系統字型,您應該處理 UserPreferenceChangingUserPreferenceChanged 事件來追蹤使用者喜好設定變更。

適用於