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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください