Skip to main content

TdxAlertWindowOptionsAnimate.HotTrackAlphaBlendValue Property

Specifies the transparency of an alert window in the hot-tracked state.

Declaration

property HotTrackAlphaBlendValue: Byte read; write; default dxAlertWindowDefaultHotTrackAlphaBlendValue;

Property Value

Type Default
Byte dxAlertWindowDefaultHotTrackAlphaBlendValue

Remarks

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

The default value of the HotTrackAlphaBlendValue property is specified by the dxAlertWindowDefaultHotTrackAlphaBlendValue global constant.

See Also