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>

线条的泛型列表。

适用于