Skip to main content

TdxCalloutPopupAnimationOptions.MoveEffect Property

Specifies if a callout popup’s movement to the pop-up position is animated.

Declaration

property MoveEffect: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to allow the callout popup to initially appear at some distance from the associated control and then gradually move to the pop-up position. Otherwise, the popup is shown exactly at the pop-up position, without the animation.

The movement animation is part of the showing animation, whose duration is set using the ShowingAnimationTime property.

The default value of the MoveEffect property is True.

See Also