Popup.IsConstrainedToRootBounds 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示快顯是否顯示在 XAML 根目錄的界限內。 對於 Windows 應用程式 SDK 應用程式,此屬性一律為 true。
public:
property bool IsConstrainedToRootBounds { bool get(); };
bool IsConstrainedToRootBounds();
public bool IsConstrainedToRootBounds { get; }
var boolean = popup.isConstrainedToRootBounds;
Public ReadOnly Property IsConstrainedToRootBounds As Boolean
屬性值
Boolean
bool
如果彈出窗口顯示在 XAML 根目錄的界限內,則為 true;否則為 false。 對於 Windows 應用程式 SDK 應用程式,這個值一律為 true。
備註
如需詳細資訊,請參閱 ShouldConstrainToRootBounds。