IInOutTransition

IInOutTransition interface

In-Out slide transition effect.

public interface IInOutTransition : ITransitionValueBase

Properties

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

See Also