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

属性值

描述命中区域的 A HitTestLocations

属性

注解

HitLocation用于确定设计器发生命中的内容区域。

适用于