TdxFader.State Property
In This Article
Enables fading animation effects within an application.
#Declaration
Delphi
property State: TdxFaderAnimationState read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Values include:
Value | Description |
---|---|
fas |
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. |
fas |
Fading animation effects are enabled. |
fas |
Fading animation effects are disabled. |
The default value of the State property is fasDefault.
See Also