Share via


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 を使用します。

適用対象