UIElement.IsStylusCaptureWithin 屬性

定義

取得值,這個值決定手寫筆擷取是由這個項目持有,還是由項目範圍及其視覺化樹狀結構中的項目持有。 這是相依性屬性。

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

屬性值

如果這個項目或包含的項目具有手寫筆擷取,則為 true;否則為 false。 預設為 false

備註

觸控、滑鼠和手寫筆輸入存在於特定關聯性中。 如需詳細資訊,請參閱 Windows Vista 中的觸控輸入支援輸入概觀

相依性屬性資訊

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

適用於

另請參閱