共用方式為


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 判斷設計工具上發生點擊的區域。

適用於