Enum TransitionEffectOption
Specifies the transition effect option
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum TransitionEffectOption
Fields
| Name | Description |
|---|---|
| Across | Specifies the transition subtype is Across |
| BlackLeft | Specifies the transition subtype is BlackLeft |
| BlackRight | Specifies the transition subtype is BlackRight |
| ByChar | Specifies the transition subtype is ByChar |
| ByObject | Specifies the transition subtype is ByObject |
| ByWord | Specifies the transition subtype is ByWord |
| Center | Specifies the transition subtype is Center |
| Down | Specifies the transition subtype is Down |
| Horizontal | Specifies the transition subtype is Horizontal |
| HorizontalIn | Specifies the transition subtype is HorizontalIn |
| HorizontalOut | Specifies the transition subtype is HorizontalOut |
| In | Specifies the transition subtype is In |
| Inbounce | Specifies the transition subtype is Inbounce |
| Left | Specifies the transition subtype is Left |
| LeftDown | Specifies the transition subtype is LeftDown |
| LeftUp | Specifies the transition subtype is LeftUp |
| None | Specifies the transition subtype is None |
| Out | Specifies the transition subtype is Out |
| Outbounce | Specifies the transition subtype is Outbounce |
| RectangleIn | Specifies the transition subtype is RectangleIn |
| RectangleOut | Specifies the transition subtype is RectangleOut |
| Reverse1Spoke | Specifies the transition subtype is Reverse1Spoke |
| Right | Specifies the transition subtype is Right |
| RightDown | Specifies the transition subtype is RightDown |
| RightUp | Specifies the transition subtype is RightUp |
| SmoothLeft | Specifies the transition subtype is SmoothLeft |
| Smoothly | Specifies the transition subtype is Smoothly |
| SmoothRight | Specifies the transition subtype is SmoothRight |
| Spoke1 | Specifies the transition subtype is Spoke1 |
| Spokes2 | Specifies the transition subtype is Spokes2 |
| Spokes3 | Specifies the transition subtype is Spokes3 |
| Spokes4 | Specifies the transition subtype is Spokes4 |
| Spokes8 | Specifies the transition subtype is Spokes8 |
| StripsIn | Specifies the transition subtype is StripsIn |
| StripsOut | Specifies the transition subtype is StripsOut |
| ThroughBlack | Specifies the transition subtype is ThroughBlack |
| Up | Specifies the transition subtype is Up |
| Vertical | Specifies the transition subtype is Vertical |
| VerticalIn | Specifies the transition subtype is VerticalIn |
| VerticalOut | Specifies the transition subtype is VerticalOut |