CalendarDatePicker.IsTodayHighlighted 屬性

定義

取得或設定值,這個值表示選擇器的 CalendarView中是否反白顯示目前日期。

public:
 property bool IsTodayHighlighted { bool get(); void set(bool value); };
bool IsTodayHighlighted();

void IsTodayHighlighted(bool value);
public bool IsTodayHighlighted { get; set; }
var boolean = calendarDatePicker.isTodayHighlighted;
calendarDatePicker.isTodayHighlighted = boolean;
Public Property IsTodayHighlighted As Boolean
<CalendarDatePicker IsTodayHighlighted="bool" .../>

屬性值

Boolean

bool

如果反白顯示目前日期,則為true;否則為false。 預設值為 True

備註

此屬性會影響 CalendarDatePicker的內部 CalendarView。 如需詳細資訊,請參閱 CalendarView.IsTodayHighlighted

適用於

另請參閱