Skip to main content

LookAndFeelStyle Enum

Enumerates values for the UserLookAndFeel.Style property.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public enum LookAndFeelStyle

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).

LookAndFeel_Flat

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).

LookAndFeel_UltraFlat LookAndFeel_UltraFlat_hot

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).

LookAndFeel_Style3D

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).

LookAndFeel_Office2003 LookAndFeel_Office2003_hot

Skin

Control elements are painted using the skin specified by the UserLookAndFeel.SkinName property.

LookAndFeel_Skin

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.

See Also