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

属性

注釈

HitLocationを使用して、ヒットが発生したデザイナーの領域を特定します。

適用対象