IWpfTextViewLine.TextLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.