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#
public bool LoopPlayMode { get; set; }
Visual Basic (Declaration)
Public Property LoopPlayMode As Boolean
Visual C++
public:
virtual property bool LoopPlayMode {
	bool get () sealed;
	void set (bool value) sealed;
}

Field Value

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

Implements

ISimplePlayerRecorder..::.LoopPlayMode

See Also