Gets value indicating whether converting was stopped.

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

Syntax

C#
public bool Stopped { get; private set; }
Visual Basic
Public Property Stopped As Boolean
	Get
	Private Set
Visual C++
public:
property bool Stopped {
	bool get ();
	private: void set (bool value);
}

Field Value

true if stopped; otherwise, false.

See Also