conaito SlideShow SDK v1.6
Property controls FPS (frames-per-second) value of generated flash slideshow

Namespace: Conaito.SWFSlideShow
Assembly: Conaito.SWFSlideShow (in Conaito.SWFSlideShow.dll) Version: 1.6.0.0 (1.6.0.0)

Syntax

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

See Also