Skip to main content

TdxAlertWindowOptionsAnimate.HotTrackFadeOutTime Property

Specifies the period (in milliseconds) during which a hot-tracked window’s transparency transitions from HotTrackAlphaBlendValue to AlphaBlendValue.

Declaration

property HotTrackFadeOutTime: Cardinal read; write; default dxAlertWindowDefaultHotTrackFadeOutTime;

Property Value

Type Default
Cardinal dxAlertWindowDefaultHotTrackFadeOutTime

Remarks

This property is in effect only if the HotTrack property is set to True.

The default value of the HotTrackFadeOutTime property is specified by the dxAlertWindowDefaultHotTrackFadeOutTime global constant.

See Also