ISplitTransition

ISplitTransition interface

Split slide transition effect.

public interface ISplitTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Direction { get; set; }Direction of transition split. Read/write TransitionInOutDirectionType.
Orientation { get; set; }Orientation of transition split. Read/write Orientation.

See Also