다음을 통해 공유


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)

속성 값

제네릭 선 목록입니다.

적용 대상