vcl-dxcustomfluentdesignform-dot-tdxcustomfluentdesignform-d7aaad4d.md
Specifies the blur effect applied to the form’s background.
property BackgroundBlur: TdxFluentDesignFormBackgroundBlur read; write; default TdxFluentDesignFormBackgroundBlur.Default;
| Type | Default | Description |
|---|---|---|
| TdxFluentDesignFormBackgroundBlur | Default |
Enumerates background effects for Fluent Design application forms.
|
Use the BackgroundBlur property to switch between available Fluent Design background effects.
Background effects highlight navigation controls and non-content areas in a Fluent Design application when its window has focus. The base background color depends on the active skin. DevExpress Fluent Design forms support the following background effects:
Acrylic (Default)
A semitransparent material that consists of five blended layers with individual noise effects and opacities. The acrylic material is a basic effect in the Fluent Design system.
Standard (Blur)
A simple blur effect applied to a semitransparent background.
None (Transparent)
A semitransparent background without additional effects. Use this option for maximum performance.
The selected effect is enabled only if the following conditions are met:
True.False and True, respectively).The BackgroundMode property’s default value is Default.
See Also
TdxCustomFluentDesignForm.EnableAcrylicEffects Property
TdxNavBarCommonBehaviorOptions.RevealHighlight Property
TdxCustomFluentDesignForm Class