dxDefaultFluentDesignFormBackgroundBlur Constant
In This Article
Specifies the default effect applied to a Fluent Design form’s background.
#Declaration
Delphi
const dxDefaultFluentDesignFormBackgroundBlur: TdxFluentDesignFormBackgroundBlur = TdxFluentDesignFormBackgroundBlur.Acrylic;
#Returns
Type | Description |
---|---|
Tdx |
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