TdxCustomFluentDesignForm.BackgroundBlur Property
Specifies the blur effect applied to the form’s background.
Declaration
property BackgroundBlur: TdxFluentDesignFormBackgroundBlur read; write; default TdxFluentDesignFormBackgroundBlur.Default;
Property Value
Type | Default | Description |
---|---|---|
TdxFluentDesignFormBackgroundBlur | Default | Enumerates background effects for Fluent Design application forms. |
Remarks
Use the BackgroundBlur
property to switch between available Fluent Design background effects.
Available Options
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.
Fluent Design Effect Limitations
The selected effect is enabled only if the following conditions are met:
- An application is running under Microsoft Windows® 10 Version 1803 (build 17064) or newer.
- The EnableAcrylicEffects property is set to
True
. - The form is not an MDI form and has no parent form.
- The form is skinned (that is, it has a TdxSkinController component whose NativeStyle and UseSkins properties are set to
False
andTrue
, respectively). - The form has focus.
Default Value
The BackgroundMode
property’s default value is Default.