Font.IsSystemFont Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the font is a member of 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
Property Value
true
if the font is a member of SystemFonts; otherwise, false
. The default is false
.
- Attributes
Remarks
When the user changes the system font, the IsSystemFont property could return true
, even if the font is not actually a system font. To avoid this situation, if you are using system fonts in your application, you should track user preference changes by handling the UserPreferenceChanging or UserPreferenceChanged event.
Applies to
.NET