FlyThroughTransition Class

Fly-through slide transition effect.
Inheritance Hierarchy

Namespace:  Aspose.Slides.SlideShow
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class FlyThroughTransition : TransitionValueBase, 
	IFlyThroughTransition, ITransitionValueBase

The FlyThroughTransition type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Direction of transition. Read/write TransitionInOutDirectionType.
Public propertyHasBounce
Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write Boolean.
Methods
  NameDescription
Public methodEquals
Determines whether the two TransitionValueBase instances are equal.
(Inherited from TransitionValueBase.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from TransitionValueBase.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also