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)。

权限

另请参见

参考

GestureData 类

GestureData 成员

Microsoft.Windows.Design.Interaction 命名空间

其他资源

了解 WPF 设计器扩展性