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

注解

仅当 Value 设置为 NaN 或用户清除输入时,占位符文本才会显示。

适用于