IFlyThroughTransition

IFlyThroughTransition interface

Fly-through slide transition effect.

public interface IFlyThroughTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
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.

See Also