Gets the annotations.
Namespace: FirstFloor.Documents.Controls.BehaviorsAssembly: FirstFloor.Documents.Controls (in FirstFloor.Documents.Controls.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public AnnotationStore Annotations { get; set; } |
| Visual Basic |
|---|
Public Property Annotations As AnnotationStore Get Set |
| Visual C++ |
|---|
public: property AnnotationStore^ Annotations { AnnotationStore^ get (); void set (AnnotationStore^ value); } |