vcl-cxlookandfeelpainters-f11d5dfe.md
Enumerates look & feel style types available for DevExpress controls.
TcxLookAndFeelStyle = (
lfsFlat,
lfsStandard,
lfsUltraFlat,
lfsNative,
lfsOffice11,
lfsSkin
);
| Name | Description |
|---|---|
lfsFlat |
Deprecated. The Flat basic style imitates the appearance of UI elements in Microsoft Windows® 2000 and earlier operating systems.
|
| lfsStandard |
Deprecated. The Standard basic style imitates the appearance of UI elements in Microsoft Windows® XP.
|
| lfsUltraFlat |
Deprecated. The UltraFlat basic look & feel style is similar to Flat but excludes all 3D effects.
|
| lfsNative |
The native look & feel style. You can apply this style to DevExpress controls to use the operating system’s draw routines to render UI elements.
Note
The native look & feel style has the highest priority when enabled.
|
| lfsOffice11 |
Deprecated. The Office11 basic style inspired by the appearance of Microsoft Office® 2003 applications.
|
| lfsSkin |
Recommended. A DevExpress skin is applied to a control.
You can use the SkinName property of a TdxSkinController component to apply any available skin to the application if the NativeStyle property is set to False.
|
All DevExpress controls support raster and vector skins, operating system-dependent drawing routines (native style), and multiple built-in deprecated styles.
The TcxLookAndFeelStyles type references the TcxLookAndFeelStyle type.
See Also