다음을 통해 공유


InputView.Placeholder 속성

정의

컨트롤가 비어 있을 때 표시되는 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ Placeholder { System::String ^ get(); void set(System::String ^ value); };
public string Placeholder { get; set; }
member this.Placeholder : string with get, set
Public Property Placeholder As String

속성 값

컨트롤이 비어 있을 때 표시되는 텍스트입니다.

적용 대상