Gets the text ranges of this annotation instance.

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

Syntax

C#
public ObservableCollection<TextRange> TextRanges { get; private set; }
Visual Basic
Public Property TextRanges As ObservableCollection(Of TextRange)
	Get
	Private Set
Visual C++
public:
property ObservableCollection<TextRange^>^ TextRanges {
	ObservableCollection<TextRange^>^ get ();
	private: void set (ObservableCollection<TextRange^>^ value);
}

Field Value

The text ranges.

See Also