IWpfTextViewLine.TextLines Property

Definition

Gets a list of WPF text lines that make up the formatted text line.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::TextFormatting::TextLine ^> ^ TextLines { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::TextFormatting::TextLine ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.TextFormatting.TextLine> TextLines { get; }
member this.TextLines : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.TextFormatting.TextLine>
Public ReadOnly Property TextLines As ReadOnlyCollection(Of TextLine)

Property Value

A read-only collection of text lines.

Exceptions

this IWpfTextViewLine has been disposed of.

Applies to