Back to Devexpress

LookAndFeelStyle Enum

windowsforms-devexpress-dot-lookandfeel-bdd780bd.md

latest3.0 KB
Original Source

LookAndFeelStyle Enum

Enumerates look and feel styles. These styles are obsolete.

Namespace : DevExpress.LookAndFeel

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum LookAndFeelStyle
vb
Public Enum LookAndFeelStyle

Members

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

|

|

See Also

DevExpress.LookAndFeel Namespace