TdxCalloutPopupAnimationOptions.ShowingAnimationTime Property
Specifies the duration (in milliseconds) of the fade-in and movement animation effects used to show a callout popup.
Declaration
property ShowingAnimationTime: Cardinal read; write; default 200;
Property Value
Type | Default |
---|---|
Cardinal | 200 |
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 ShowingAnimationTime property is 200.
See Also