Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TransitionEffect Class / Scale Property

In This Topic
    Scale Property (TransitionEffect)
    In This Topic
    Gets or sets the starting or ending scale at which the changes shall be drawn. If MotionDirection specifies an inward transition (TransitionMotionDirection.Inward), the scale of the changes drawn shall progress from Scale to 1.0 over the course of the transition. If MotionDirection specifies an outward transition, the scale of the changes drawn shall progress from 1.0 to Scale over the course of the transition.
    Syntax
    'Declaration
     
    Public Property Scale As System.Single
    public System.float Scale {get; set;}
    See Also