'Declaration Public Enum TransitionDirection Inherits System.Enum
public enum TransitionDirection : System.Enum
'Declaration Public Enum TransitionDirection Inherits System.Enum
public enum TransitionDirection : System.Enum
Member | Description |
---|---|
BottomToTop | The direction is bottom to top. |
LeftToRight | The direction is left to right. |
None | Used only when TransitionEffect.Style is TransitionStyle.Fly. |
RightToLeft | The direction is right to left. |
TopLeftToBottomRight | The direction is Top-left to bottom-right. (Used only when TransitionEffect.Style is TransitionStyle.Glitter. |
TopToBottom | The direction is top to bottom. |
Unknown | Value is unknown. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.TransitionDirection