Panel.HasLogicalOrientation プロパティ

定義

この Panel がその子孫を 1 次元で整列させるかどうかを示す値を取得します。

protected public:
 virtual property bool HasLogicalOrientation { bool get(); };
protected internal virtual bool HasLogicalOrientation { get; }
member this.HasLogicalOrientation : bool
Protected Friend Overridable ReadOnly Property HasLogicalOrientation As Boolean

プロパティ値

Boolean

Panel の方向が 1 次元の場合は true。それ以外の場合は false

注釈

定義済みのパネル要素のうち、方向が 1 つの次元にあるため、返trueされるのは StackPanel 1 つだけです。 のサブクラス Panel は、このプロパティをオーバーライドできます。

適用対象

こちらもご覧ください