Click or drag to resize

TransitionRevealLRDirection Enumeration

Represent reveal leftright transition direction types.

Namespace: Spire.Presentation.Drawing.Transition
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum TransitionRevealLRDirection
Members
Member name Value Description
SmoothlyFromLeft 0
SmoothlyFromRight 1
TroughBlackFromLeft 2
TroughBlackFromRight 3
See Also