conaito PPT2Flash SDK 3.7

PPApplication.WaitBeforeAutoSlideChange Property

Gets or sets the time to wait before auto slide change (if there is some animation then max(DurationOfAnimation, WaitBeforeAutoSlideChange) is used).

[Visual Basic]
Public NotOverridable Property WaitBeforeAutoSlideChange() As Integer _
    Implements IPPApplication.WaitBeforeAutoSlideChange

   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public int WaitBeforeAutoSlideChange { public get; public set; }

Property Value

The time in sec to wait before auto slide change.

Implements

IPPApplication.WaitBeforeAutoSlideChange

See Also

PPApplication Class | Conaito.PPLibrary Namespace