Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFader.State Property

Enables fading animation effects within an application.

#Declaration

Delphi
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