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 事件来跟踪用户首选项更改。

适用于