IOptionalBlackTransition

IOptionalBlackTransition interface

Optional black slide transition effect.

public interface IOptionalBlackTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
FromBlack { get; set; }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