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

TdxAlertWindowOptionsAnimate.AlphaBlendValue Property

Specifies the transparency of an alert window in the normal state.

#Declaration

Delphi
property AlphaBlendValue: Byte read; write; default dxAlertWindowDefaultAlphaBlendValue;

#Property Value

Type Default
Byte dxAlertWindowDefaultAlphaBlendValue

#Remarks

The value of this property ranges from 0 (invisible) to 255 (fully opaque). To specify the transparency of a hot-tracked alert window, use the HotTrackAlphaBlendValue property. You can adjust the duration of an animated transition between states via the HotTrackFadeInTime and HotTrackFadeOutTime properties.

The default value of the AlphaBlendValue property is specified by the dxAlertWindowDefaultAlphaBlendValue global constant.

See Also