IGlitterTransition

IGlitterTransition interface

Glitter slide transition effect.

public interface IGlitterTransition : ITransitionValueBase

Properties

NameDescription
AsITransitionValueBase { get; }Allows to get base ITransitionValueBase interface. Read-only ITransitionValueBase.
Direction { get; set; }Direction of transition. Read/write TransitionSideDirectionType.
Pattern { get; set; }Specifies the shape of the visuals used during the transition. Read/write TransitionPattern.

See Also