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 。 このプロパティには既定値はありません。

注釈

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

適用対象

こちらもご覧ください