Back to Devexpress

TcxLookAndFeelStyle Enum

vcl-cxlookandfeelpainters-f11d5dfe.md

latest2.1 KB
Original Source

TcxLookAndFeelStyle Enum

Enumerates look & feel style types available for DevExpress controls.

Declaration

delphi
TcxLookAndFeelStyle = (
    lfsFlat,
    lfsStandard,
    lfsUltraFlat,
    lfsNative,
    lfsOffice11,
    lfsSkin
);

Members

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

|

Remarks

All DevExpress controls support raster and vector skins, operating system-dependent drawing routines (native style), and multiple built-in deprecated styles.

Direct TcxLookAndFeelStyle Type References

The TcxLookAndFeelStyles type references the TcxLookAndFeelStyle type.

See Also

TcxLookAndFeelKind Type

cxLookAndFeelPainters Unit