vcl-dxcustomfluentdesignform-dot-tdxcustomfluentdesignform-23d97748.md
Specifies if acrylic effects are enabled for supported controls.
property EnableAcrylicEffects: Boolean read; write;
| Type | Description |
|---|---|
| Boolean |
True if acrylic effects are enabled; otherwise, False.
|
Acrylic is a semitransparent material that consists of five blended layers with individual noise effects and opacities. The material’s base color depends on the skin applied to the Fluent Design form. If the EnableAcrylicEffects property is set to True, the focused form applies acrylic effects to all controls that support them. Acrylic effects are disabled when an application loses focus.
The acrylic form background is a basic effect in the Fluent Design System, designed for use in navigation controls and non-content areas. Other Fluent Design effects are also unavailable if the acrylic effects are disabled.
If a control does not support acrylic effects, its draw routines can work incorrectly if the control is placed directly on a Fluent Design form whose EnableAcrylicEffects property is set to True. Use a TdxLayoutControl or TcxGroupBox component as a container for such controls.
The DevExpress VCL Fluent Design application template creates a base application with all options required to use acrylic effects. You can use the BackgroundBlur property to switch between available form background effects.
Important
Acrylic effects are available only if the following conditions are met:
False and a skin name is assigned to the SkinName property).The EnableAcrylicEffects property’s default value is True.
See Also
TdxNavBarCommonBehaviorOptions.RevealHighlight Property
TdxCustomFluentDesignForm Class