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

In This Topic
    FlyRectangularAndOpaque Property
    In This Topic
    Gets or sets a value indicating whether the area that shall be flown in is rectangular and opaque, used only if Style is TransitionStyle.Fly. Default: false.
    Syntax
    'Declaration
     
    Public Property FlyRectangularAndOpaque As System.Boolean
    public System.bool FlyRectangularAndOpaque {get; set;}
    See Also