Transitionals
TransitionPrevious Method
Namespaces ► Transitionals.Controls ► Slideshow ► TransitionPrevious()()()
Causes the Slideshow to transition to the previous item.

C# | Visual Basic | Visual C++ |
public void TransitionPrevious()
Public Sub TransitionPrevious
public: void TransitionPrevious()

This item always transitions to the logical previous item in the list,
regardless of the value of the Shuffle property. However,
this method will wrap around from the first logical item to the last logical
item if the IsContinuous property is set to true (default).