Back to Devexpress

WindowsFormsSettings.DefaultLookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-71fb714f.md

latest1.6 KB
Original Source

WindowsFormsSettings.DefaultLookAndFeel Property

Gets the default UserLookAndFeel object which is used for painting controls. This is a static property.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static UserLookAndFeel DefaultLookAndFeel { get; }
vb
Public Shared ReadOnly Property DefaultLookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object.

|

Remarks

The WindowsFormsSettings.DefaultLookAndFeel property returns the UserLookAndFeel.Default property value. See this topic for more details.

See Also

Default

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace