LookAndFeelStyle Enum
Enumerates values for the UserLookAndFeel.Style property.
Namespace: DevExpress.LookAndFeel
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Members
Name | Description | Example |
---|---|---|
Flat
|
Control borders are flat. It is not recommended that you use this style (see this announcement for more details: WinForms Deprecation Notice — Classic Visual Styles). |
|
UltraFlat
|
Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. It is not recommended that you use this style (see this announcement for more details: WinForms Deprecation Notice — Classic Visual Styles). |
|
Style3D
|
Control borders are three-dimensional. It is not recommended that you use this style (see this announcement for more details: WinForms Deprecation Notice — Classic Visual Styles). |
|
Office2003
|
Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. It is not recommended that you use this style (see this announcement for more details: WinForms Deprecation Notice — Classic Visual Styles). |
|
Skin
|
Control elements are painted using the skin specified by the UserLookAndFeel.SkinName property. |
Remarks
The LookAndFeelStyle type enumerates values for the UserLookAndFeel.Style property. The property allows you to specify the UserLookAndFeel object.
Refer to the UserLookAndFeel.Style topic for more information.