TdxImageSlider.TransitionEffect Property
Specifies the animation transition effect applied to images.
Declaration
property TransitionEffect; default isteSlide;
Property Value
Type | Default |
---|---|
TdxImageSliderTransitionEffect | isteSlide |
Remarks
This property is inherited from the TdxCustomImageSlider class and is initialized with isteSlide. Refer to the TdxCustomImageSlider.TransitionEffect topic to learn about this property.
See Also