TdxAlertWindowOptionsAnimate.HotTrackFadeInTime Property
Specifies the period (in milliseconds) during which a hot-tracked window’s transparency transitions from AlphaBlendValue to HotTrackAlphaBlendValue.
Declaration
property HotTrackFadeInTime: Cardinal read; write; default dxAlertWindowDefaultHotTrackFadeInTime;
Property Value
Type | Default |
---|---|
Cardinal | dxAlertWindowDefaultHotTrackFadeInTime |
Remarks
This property is in effect only if the HotTrack property is set to True.
The default value of the HotTrackFadeInTime property is specified by the dxAlertWindowDefaultHotTrackFadeInTime global constant.
See Also