Back to Devexpress

TdxFader.State Property

vcl-dxfading-dot-tdxfader.md

latest1.1 KB
Original Source

TdxFader.State Property

Enables fading animation effects within an application.

Declaration

delphi
property State: TdxFaderAnimationState read; write;

Property Value

Type
TdxFaderAnimationState

Remarks

Values include:

ValueDescription
fasDefaultFading 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
fasEnabledFading animation effects are enabled.
fasDisabledFading animation effects are disabled.

The default value of the State property is fasDefault.

See Also

TdxFader.MaxAnimationCount

TdxFader Class

TdxFader Members

dxFading Unit