Gets a value that indicates whether the AnnotationService is enabled.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

true if this instance is enabled; otherwise, false.

See Also