IRevealTransition

IRevealTransition interface

Reveal slide transition effect.

public interface IRevealTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Direction { get; set; }Direction of transition. Read/write TransitionLeftRightDirectionType.
ThroughBlack { get; set; }Specifies whether the transition fades through black. Read/write Boolean.

See Also