# Special Effect Drawing Combination The **useEffect** attribute is used to combine the drawing of special effects, such as background blur. > **NOTE** > > This attribute is supported since API version 10. Updates will be marked with a superscript to indicate their earliest API version. > > This is a system API. ## Attributes | Name| Type| Description| | -------- | -------- | -------- | | useEffect | bool | Whether the component inherits the special effect settings of the **\** component.
The value **true** means that the component inherits the special effect settings of the **\** component, and **false** means the opposite.
Default value: **false**| ## Example For details, see [EffectComponent](ts-container-effectcomponent.md).