AutoAdvanceDuration Property

Transitionals

Transitionals AutoAdvanceDuration Property
NamespacesTransitionals.ControlsSlideshowAutoAdvanceDuration
Gets or sets a Duration that indicates how much time must pass before Slideshow advances to the next item.
Declaration Syntax
C# Visual Basic Visual C++
public Duration AutoAdvanceDuration { get; set; }
Public Property AutoAdvanceDuration As Duration
public:
property Duration AutoAdvanceDuration {
	Duration get ();
	void set (Duration value);
}
Value
A Duration that indicates how much time must pass.
Remarks
This property defaults to 3 seconds and has no effect if AutoAdvance is set to false.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)