Shadow.EnableOpacity

Syntax

EnableOpacity: Boolean;

Description

The EnableOpacity property determines whether opacity is used.

Comments

Use JSON or the setEnableOpacity method to set the property value and the getEnableOpacity method to get the property value.

If this property is set to True the shadow can be transparent, otherwise it cannot.

Example

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

See also:

Shadow