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

當未輸入任何值時,控制項中顯示的文字。 預設為空字串 ("")。

適用於