HitTestInfo.HitLocation 属性

定义

包含有关发生了点击的位置的信息。

public:
 property System::Workflow::ComponentModel::Design::HitTestLocations HitLocation { System::Workflow::ComponentModel::Design::HitTestLocations get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.Design.HitTestLocations HitLocation { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HitLocation : System.Workflow.ComponentModel.Design.HitTestLocations
Public ReadOnly Property HitLocation As HitTestLocations

属性值

HitTestLocations

描述点击区域的 HitTestLocations

属性

注解

使用 HitLocation 可确定设计器的哪一区域发生了点击。

适用于