共用方式為


DatePickerFlyout.MonthVisible 屬性

定義

取得或設定值,指出是否顯示月份選取器。

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

void MonthVisible(bool value);
public bool MonthVisible { get; set; }
var boolean = datePickerFlyout.monthVisible;
datePickerFlyout.monthVisible = boolean;
Public Property MonthVisible As Boolean

屬性值

Boolean

bool

如果顯示月份選取器,則為 True;否則為 false。 預設值是 true。

適用於