IShredTransition Interface

Shred slide transition effect.

Namespace:  Aspose.Slides.SlideShow
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IShredTransition : ITransitionValueBase

The IShredTransition type exposes the following members.

Properties
  NameDescription
Public propertyAsITransitionValueBase
Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Public propertyDirection
Direction of transition. Read/write TransitionInOutDirectionType.
Public propertyPattern
Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.
See Also