Panel.LogicalOrientation プロパティ

定義

パネルが 1 次元のレイアウトのみをサポートする場合は、パネルの Orientation

protected public:
 virtual property System::Windows::Controls::Orientation LogicalOrientation { System::Windows::Controls::Orientation get(); };
protected internal virtual System.Windows.Controls.Orientation LogicalOrientation { get; }
member this.LogicalOrientation : System.Windows.Controls.Orientation
Protected Friend Overridable ReadOnly Property LogicalOrientation As Orientation

プロパティ値

Orientation

パネルの Orientation。 このプロパティには既定値はありません。

注釈

のサブクラス Panel は、このプロパティをオーバーライドできます。 ある場合 HasLogicalOrientationfalseこのプロパティ値は無視する必要があります。

適用対象

こちらもご覧ください