TextImage.Lines Свойство

Определение

Получает или задает универсальный список линий, связанный с TextImage.

public:
 property System::Collections::Generic::IList<System::String ^> ^ Lines { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> Lines { get; }
member this.Lines : System.Collections.Generic.IList<string>
Public ReadOnly Property Lines As IList(Of String)

Значение свойства

IList<String>

Универсальный список линий.

Применяется к