Back to Devexpress

AppearanceObject.IsDefaultFontChanged Property

windowsforms-devexpress-dot-utils-dot-appearanceobject-de6b85c5.md

latest1.6 KB
Original Source

AppearanceObject.IsDefaultFontChanged Property

Gets whether the default font is changed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool IsDefaultFontChanged { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared ReadOnly Property IsDefaultFontChanged As Boolean

Property Value

Type
Boolean

Remarks

The IsDefaultFontChanged property returns whether the default font is changed. You can use the static (Shared in VB) DefaultFont or FontBehavior property, or the LoadApplicationSettings() method to change the default font.

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace