UIElement.IsStylusCaptureWithin 屬性
定義
取得值,這個值決定手寫筆擷取是由這個項目持有,還是由項目範圍及其視覺化樹狀結構中的項目持有。Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree. 這是相依性屬性。This is a dependency property.
public:
property bool IsStylusCaptureWithin { bool get(); };
public bool IsStylusCaptureWithin { get; }
member this.IsStylusCaptureWithin : bool
Public ReadOnly Property IsStylusCaptureWithin As Boolean
屬性值
如果這個項目或包含的項目具有手寫筆擷取,則為 true
;否則為 false
。true
if this element or a contained element has stylus capture; otherwise, false
. 預設為 false
。The default is false
.
備註
觸控、滑鼠和手寫筆輸入存在於特定關聯性中。Touch, mouse, and stylus input exist in a particular relationship. 如需詳細資訊,請參閱 Windows Vista 中的觸控輸入支援 和 輸入總覽。For more information, see Touch Input Support in Windows Vista and Input Overview.
相依性屬性資訊Dependency Property Information
識別碼欄位Identifier field | IsStylusCaptureWithinProperty |
中繼資料屬性設定為 true Metadata properties set to true |
NoneNone |