TransitionCornerAndCenterDirectionType Enumeration |
Specifies a direction restricted to the corners and center.
Namespace:
Aspose.Slides.SlideShow
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TransitionCornerAndCenterDirectionType
Public Enumeration TransitionCornerAndCenterDirectionType
public enum class TransitionCornerAndCenterDirectionType
type TransitionCornerAndCenterDirectionType
Members
| Member name | Value | Description |
---|
| LeftDown | 0 | |
| LeftUp | 1 | |
| RightDown | 2 | |
| RightUp | 3 | |
| Center | 4 | |
See Also