DatePicker.Orientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示日、月和年選取器是水準或垂直堆疊。
public:
property Orientation Orientation { Orientation get(); void set(Orientation value); };
Orientation Orientation();
void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = datePicker.orientation;
datePicker.orientation = orientation;
Public Property Orientation As Orientation
<DatePicker Orientation="Horizontal"/>
-or-
<DatePicker Orientation="Vertical"/>
屬性值
列舉的具名常數,指出日、月和年選取器是水準或垂直堆疊。 預設值為 Horizontal。