Gets or sets the auto playing time. (sec)

Namespace: Conaito.Flipdoo
Assembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Field Value

The auto playing time.

See Also