BaseSlideSlideShowTransition Property

Returns the Transition object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public virtual ISlideShowTransition SlideShowTransition { get; }

Property Value

Type: ISlideShowTransition

Implements

IBaseSlideSlideShowTransition
See Also