Skip to main content

TdxAlertWindowOptionsAnimate.AlphaBlendValue Property

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

Declaration

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