TdxFader.State Property
Enables fading animation effects within an application.
Declaration
property State: TdxFaderAnimationState read; write;
Property Value
| Type |
|---|
| TdxFaderAnimationState |
Remarks
Values include:
| Value | Description |
|---|---|
| fasDefault | Fading animation effects are enabled if transition effects are enabled for menus and tooltips in the Operating System. See the corresponding option in the Effects window available via Display Properties | Appearance | Effects. In Windows® Vista or later, these effects are always enabled. |
| fasEnabled | Fading animation effects are enabled. |
| fasDisabled | Fading animation effects are disabled. |
The default value of the State property is fasDefault.
See Also