共用方式為


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)

屬性值

線條的泛型清單。

適用於