Skip to main content

TdxCalloutPopupAnimationOptions.HidingAnimationTime Property

Specifies the duration (in milliseconds) of the fade-out animation effect used to hide a callout popup.

Declaration

property HidingAnimationTime: Cardinal read; write; default 100;

Property Value

Type Default
Cardinal 100

Remarks

Use the HidingAnimationTime and ShowingAnimationTime properties to control the duration of effects used to animate popup visibility changes. Handle the callout popup control’s OnHide and OnShow events to respond to popup visibility changes.

The default value of the HidingAnimationTime property is 100.

See Also