Gets or sets a value indicating whether theis instance is in loop play mode.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
bool LoopPlayMode { get; set; }
Visual Basic (Declaration)
Property LoopPlayMode As Boolean
Visual C++
property bool LoopPlayMode {
	bool get ();
	void set (bool value);
}

Field Value

true if this instance is in loop play mode; otherwise, false.

See Also