CalendarDatePicker.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 = calendarDatePicker.placeholderText;
calendarDatePicker.placeholderText = string;
Public Property PlaceholderText As String
<CalendarDatePicker PlaceholderText="string"/>

属性值

String

Platform::String

winrt::hstring

未输入任何值时控件中显示的文本。 默认值为空字符串("")。

适用于