Shadow.EnableBlur

Syntax

EnableBlur: Boolean;

Description

The EnableBlur property indicates if blur is used.

Comments

Use JSON or the setEnableBlur method to set the property value and the getEnableBlur method to get the property value.

If this property is set to True blur is applied, otherwise it is not.

Example

The example of use is given in description of the Shadow constructor.

See also:

Shadow