FlyThroughTransition

FlyThroughTransition class

Fly-through slide transition effect.

public class FlyThroughTransition : TransitionValueBase, IFlyThroughTransition

Properties

NameDescription
Direction { get; set; }Direction of transition. Read/write TransitionInOutDirectionType.
HasBounce { get; set; }Specifies that the movement of the presentation slides during the transition includes a bounce. Read/write Boolean.

Methods

NameDescription
override Equals(object)Determines whether the two TransitionValueBase instances are equal.
override GetHashCode()Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

See Also