IOptionalBlackTransition Interface

Optional black slide transition effect.

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

The IOptionalBlackTransition type exposes the following members.

Properties
  NameDescription
Public propertyAsITransitionValueBase
Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Public propertyFromBlack
This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write Boolean.
See Also