TextImage.Lines Property

Definition

Gets or sets the generic list of lines associated with 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)

Property Value

The generic list of lines.

Applies to