Gets or sets if the auto-play functionality is used.

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

Syntax

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

Property Value

Type: Boolean

See Also