dxDefaultFluentDesignFormBackgroundBlur Constant
Specifies the default effect applied to a Fluent Design form’s background.
Declaration
const dxDefaultFluentDesignFormBackgroundBlur: TdxFluentDesignFormBackgroundBlur = TdxFluentDesignFormBackgroundBlur.Acrylic;
Returns
Type | Description |
---|---|
TdxFluentDesignFormBackgroundBlur | The default Fluent Design effect for a form background. |
Remarks
The dxDefaultFluentDesignFormBackgroundBlur
global constant specifies the active effect if a Fluent Design form’s BackgroundBlur property is set to Default.
See Also