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

In This Topic
    Style Property (TransitionEffect)
    In This Topic
    Gets or sets the transition style that shall be used when moving to this page from another during a presentation. Default value: TransitionStyle.R.
    Syntax
    'Declaration
     
    Public Property Style As TransitionStyle
    public TransitionStyle Style {get; set;}
    See Also