Skip to main content

TdxFluentDesignFormBackgroundBlur Enum

Enumerates background effects for Fluent Design application forms.

Declaration

TdxFluentDesignFormBackgroundBlur = (
    Default,
    None,
    Standard,
    Acrylic
);

Members

Name Description Example
Default

The dxDefaultFluentDesignFormBackgroundBlur global constant determines the active background effect for a Fluent Design form.

Default Acrylic Background

None

A Fluent Design form’s background is semitransparent and has no blur effect. Use this option for the highest performance.

Transparent Background

Standard

Applies a simple blur effect to a Fluent Design form’s semitransparent background.

The Background Blur Effect

Acrylic

The acrylic material from the Fluent Design System is applied to a form’s background. The background consists of five blended layers with individual noise effects and opacities. This is the most calculations-intensive effect.

All Acrylic Effects

Remarks

An effect’s base color depends on the skin applied to a Fluent Design form.

A Fluent Design form’s TdxCustomFluentDesignForm.BackgroundBlur property references the TdxFluentDesignFormBackgroundBlur type.

See Also