Pause slideshow on click of next/prev or pagination. Time is in miliseconds.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int SliderPauseInterval { get; set; }
Visual Basic
Public Property SliderPauseInterval As Integer
	Get
	Set
Visual C++
public:
property int SliderPauseInterval {
	int get ();
	void set (int value);
}
F#
member SliderPauseInterval : int with get, set

Property Value

Type: Int32

See Also