NumberBox.PlaceholderText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置控件中显示的文本,直到用户操作或其他操作更改值为止。
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
属性值
注解
仅当 Value 设置为 NaN 或用户清除输入时,占位符文本才会显示。