Skip to main content

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 this property to switch between available effects. The base background color depends on the skin applied to a Fluent Design form. Refer to the TdxFluentDesignFormBackgroundBlur type description for the list of available effects.

Fluent Design Background Effects

Important

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, has a TdxSkinController component whose NativeStyle and UseSkins properties are set to False and True, respectively).
  • THe form has focus.

The BackgroundMode property’s default value is ffbmDefault.

See Also