SlideShowTransition
SelectedAdvanceAfterTime Property
|
Whether after a specific time (AdvanceAfterTime) will advance the next slide or not.
Namespace:
Spire.Presentation.Drawing.Transition
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool SelectedAdvanceAfterTime { get; set; }
Public Property SelectedAdvanceAfterTime As Boolean
Get
Set
public:
property bool SelectedAdvanceAfterTime {
bool get ();
void set (bool value);
}
member SelectedAdvanceAfterTime : bool with get, set
Property Value
Type:
Boolean
See Also