1# Special Effect Drawing Combination 2 3The **useEffect** attribute is used to combine the drawing of special effects, such as background blur. 4 5> **NOTE** 6> 7> This attribute is supported since API version 10. Updates will be marked with a superscript to indicate their earliest API version. 8> 9> This is a system API. 10 11## Attributes 12 13| Name| Type| Description| 14| -------- | -------- | -------- | 15| useEffect | bool | Whether the component inherits the special effect settings of the **\<EffectComponent>** component.<br>The value **true** means that the component inherits the special effect settings of the **\<EffectComponent>** component, and **false** means the opposite.<br>Default value: **false**| 16 17## Example 18 19For details, see [EffectComponent](ts-container-effectcomponent.md). 20