IShredTransition

IShredTransition interface

Shred slide transition effect.

public interface IShredTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Direction { get; set; }Direction of transition. Read/write TransitionInOutDirectionType.
Pattern { get; set; }Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.

See Also