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

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

특성

설명

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

적용 대상