IWpfTextViewLine.TextLines Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma lista de linhas de texto do WPF que compõem a linha de texto formatada.
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)
Valor da propriedade
Uma coleção somente leitura de linhas de texto.
Exceções
Isso foi IWpfTextViewLine Descartado de.