StripLine.Text 속성

정의

줄무늬 선의 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String

속성 값

string 줄무늬 선의 텍스트를 나타내는 값입니다.

특성

설명

줄무늬 줄에 텍스트를 추가하려면 이 속성을 사용합니다.

적용 대상