共用方式為


ItemsStackPanel.Orientation 屬性

定義

取得或設定堆疊子項目的維度。

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

void Orientation(Orientation value);
public Orientation Orientation { get; set; }
var orientation = itemsStackPanel.orientation;
itemsStackPanel.orientation = orientation;
Public Property Orientation As Orientation
ItemsStackPanel Orientation="orientationMemberName" />

屬性值

其中一個列舉值,指定子專案的方向。 預設值為 Vertical

適用於