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

In This Topic
    TransitionMotionDirection Enumeration
    In This Topic
    Defines the possible directions of motion for a transition effect.
    Syntax
    'Declaration
     
    Public Enum TransitionMotionDirection 
       Inherits System.Enum
    public enum TransitionMotionDirection : System.Enum 
    Members
    MemberDescription
    InwardInward from the edges of the page.
    OutwardOutward from the center of the page.
    UnknownValue is unknown.
    Inheritance Hierarchy

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

    See Also