GestureData.TargetAdorner 属性
更新:2007 年 11 月
获取视图中的目标装饰器。
命名空间: Microsoft.Windows.Design.Interaction
程序集: Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)
语法
声明
Public ReadOnly Property TargetAdorner As DependencyObject
用法
Dim instance As GestureData
Dim value As DependencyObject
value = instance.TargetAdorner
public DependencyObject TargetAdorner { get; }
public:
property DependencyObject^ TargetAdorner {
DependencyObject^ get ();
}
public function get TargetAdorner () : DependencyObject
属性值
类型:System.Windows.DependencyObject
作为笔势当前位于其上的装饰器的 UIElement。如果笔势不位于装饰器上,则返回值可能为 nullnull 引用(在 Visual Basic 中为 Nothing)。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
Microsoft.Windows.Design.Interaction 命名空间