Skip to main content
A newer version of this page is available. .

LookAndFeelStyle Enum

Enumerates values for the UserLookAndFeel.Style property.

Namespace: DevExpress.LookAndFeel

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public enum LookAndFeelStyle

Members

Name Description
Flat

Control borders are flat. The following screenshot shows the Flat style applied to a button edit control.

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. The following screenshot shows the UltraFlat style applied to a button edit control.

LookAndFeel_UltraFlat

LookAndFeel_UltraFlat_hot

Style3D

Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control.

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. The following screenshot shows the Office2003 style applied to a button edit control.

LookAndFeel_Office2003

LookAndFeel_Office2003_hot

Skin

Control elements are painted using the skin specified by the UserLookAndFeel.SkinName property. The following screenshot shows a button editor painted using the default Caramel skin.

LookAndFeel_Skin

Related API Members

The following properties accept/return LookAndFeelStyle values:

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LookAndFeelStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also