다음을 통해 공유


NumberBox.PlaceholderText 속성

정의

사용자 작업 또는 다른 작업에 의해 값이 변경될 때까지 컨트롤에 표시되는 텍스트를 가져오거나 설정합니다.

public:
 property Platform::String ^ PlaceholderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderText();

void PlaceholderText(winrt::hstring value);
public string PlaceholderText { get; set; }
var string = numberBox.placeholderText;
numberBox.placeholderText = string;
Public Property PlaceholderText As String

속성 값

String

Platform::String

winrt::hstring

설명

자리 표시자 텍스트는 이 NaN으로 설정되거나 사용자가 입력을 지울 때만 표시됩니다.

적용 대상