Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TransitionDirection Enumeration

In This Topic
    TransitionDirection Enumeration
    In This Topic
    Defines the possible directions in which the specified transition effect shall moves.
    Syntax
    'Declaration
     
    Public Enum TransitionDirection 
       Inherits System.Enum
    public enum TransitionDirection : System.Enum 
    Members
    MemberDescription
    BottomToTopThe direction is bottom to top.
    LeftToRightThe direction is left to right.
    NoneUsed only when TransitionEffect.Style is TransitionStyle.Fly.
    RightToLeftThe direction is right to left.
    TopLeftToBottomRightThe direction is Top-left to bottom-right. (Used only when TransitionEffect.Style is TransitionStyle.Glitter.
    TopToBottomThe direction is top to bottom.
    UnknownValue is unknown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.TransitionDirection

    See Also