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" />

プロパティ値

子要素の向きを指定する列挙値の 1 つ。 既定値は Vertical です。

適用対象