GroupItem.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout プロパティ

定義

コントロールのレイアウト パスの優先度が低いかどうかを示す値を取得します。

property bool System::Windows::Controls::Primitives::IHierarchicalVirtualizationAndScrollInfo::InBackgroundLayout { bool get(); void set(bool value); };
bool System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout { get; set; }
member this.System.Windows.Controls.Primitives.IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout : bool with get, set
 Property InBackgroundLayout As Boolean Implements IHierarchicalVirtualizationAndScrollInfo.InBackgroundLayout

プロパティ値

true コントロールのレイアウト パスの優先度が低い場合。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 GroupItem インスタンスがIHierarchicalVirtualizationAndScrollInfo インターフェイスにキャストされている場合にのみ使用できます。

適用対象