UIElement.IsMouseCaptureWithin 屬性

定義

取得值,這個值決定滑鼠擷取是由這個項目持有,還是由其視覺化樹狀中的子項目持有。 這是相依性屬性。

public:
 property bool IsMouseCaptureWithin { bool get(); };
public bool IsMouseCaptureWithin { get; }
member this.IsMouseCaptureWithin : bool
Public ReadOnly Property IsMouseCaptureWithin As Boolean

屬性值

Boolean

如果這個項目或包含的項目具有滑鼠擷取,則為 true;否則為 false

備註

相依性屬性資訊

識別碼欄位 IsMouseCaptureWithinProperty
設定為 的中繼資料屬性 true

適用於

另請參閱