Represents a user annotation in the Annotations Framework.

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

Syntax

C#
public abstract class Annotation : NotifyPropertyChanged
Visual Basic
Public MustInherit Class Annotation _
	Inherits NotifyPropertyChanged
Visual C++
public ref class Annotation abstract : public NotifyPropertyChanged

Inheritance Hierarchy

See Also